Skip to content

Commit 84184d9

Browse files
committed
🐛 pr-feedback: remove global RUM from worker
1 parent a8e55a3 commit 84184d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/lib/framework/pageSetups.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { generateUUID, INTAKE_URL_PARAMETERS } from '@datadog/browser-core'
22
import type { LogsInitConfiguration, DatadogLogs } from '@datadog/browser-logs'
33
import type { RumInitConfiguration, RemoteConfiguration } from '@datadog/browser-rum-core'
4-
import type { DatadogRum } from '@datadog/browser-rum'
54
import type test from '@playwright/test'
65
import { DEFAULT_LOGS_CONFIGURATION } from '../helpers/configuration'
76
import { isBrowserStack, isContinuousIntegration } from './environment'
87
import type { Servers } from './httpServers'
98

109
export interface WorkerImplementationFactory {
11-
(self: WorkerGlobalScope & { DD_LOGS?: DatadogLogs; DD_RUM?: DatadogRum }): void
10+
(self: WorkerGlobalScope & { DD_LOGS?: DatadogLogs }): void
1211
isModule?: boolean
1312
}
1413
export interface SetupOptions {

0 commit comments

Comments
 (0)