Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38ef150

Browse files
committedFeb 7, 2025··
exp: break test
1 parent 819bb6e commit 38ef150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/web/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ export const SplunkRum: SplunkOtelWebType = {
533533

534534
getAnonymousId() {
535535
if (userTracking) {
536-
return getOrCreateAnonymousId()
536+
return undefined
537+
// return getOrCreateAnonymousId()
537538
}
538539
},
539540

0 commit comments

Comments
 (0)
Please sign in to comment.