We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1c77e commit cebd232Copy full SHA for cebd232
packages/rum-core/src/boot/rumPublicApi.spec.ts
@@ -49,7 +49,7 @@ const noopStartRum = (): ReturnType<StartRum> => ({
49
const DEFAULT_INIT_CONFIGURATION = {
50
applicationId: 'xxx',
51
clientToken: 'xxx',
52
- trackingConsent: TrackingConsent.GRANTED as const,
+ trackingConsent: TrackingConsent.GRANTED,
53
}
54
const FAKE_WORKER = {} as DeflateWorker
55
0 commit comments