File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { generateUUID , INTAKE_URL_PARAMETERS } from '@datadog/browser-core'
22import type { LogsInitConfiguration , DatadogLogs } from '@datadog/browser-logs'
33import type { RumInitConfiguration , RemoteConfiguration } from '@datadog/browser-rum-core'
4- import type { DatadogRum } from '@datadog/browser-rum'
54import type test from '@playwright/test'
65import { DEFAULT_LOGS_CONFIGURATION } from '../helpers/configuration'
76import { isBrowserStack , isContinuousIntegration } from './environment'
87import type { Servers } from './httpServers'
98
109export interface WorkerImplementationFactory {
11- ( self : WorkerGlobalScope & { DD_LOGS ?: DatadogLogs ; DD_RUM ?: DatadogRum } ) : void
10+ ( self : WorkerGlobalScope & { DD_LOGS ?: DatadogLogs } ) : void
1211 isModule ?: boolean
1312}
1413export interface SetupOptions {
You can’t perform that action at this time.
0 commit comments