Skip to content

Commit 265bebf

Browse files
committed
Fix
1 parent d9c3d6f commit 265bebf

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/rum-core/src/domain/assembly.spec.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -783,11 +783,7 @@ function setupAssemblyTestWithDefaults({
783783
})
784784
const recorderApi = noopRecorderApi
785785

786-
startGlobalContext(
787-
hooks,
788-
createCustomerDataTrackerManager(CustomerDataCompressionStatus.Disabled),
789-
mockRumConfiguration()
790-
)
786+
startGlobalContext(hooks, mockRumConfiguration())
791787
startRumAssembly(
792788
mockRumConfiguration(partialConfiguration),
793789
lifeCycle,

packages/rum-core/src/domain/tracing/tracer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ describe('tracer', () => {
294294
propagateTraceBaggage: false,
295295
})!
296296

297-
const tracer = startTracer(configurationWithB3andTracecontext, sessionManager, mockGetCommonContext)
297+
const tracer = startTracer(configurationWithB3andTracecontext, sessionManager, userContext, accountContext)
298298
const context = { ...ALLOWED_DOMAIN_CONTEXT }
299299
tracer.traceXhr(context, xhr as unknown as XMLHttpRequest)
300300

0 commit comments

Comments
 (0)