Skip to content

Commit d79216a

Browse files
committed
fix
1 parent 2c27143 commit d79216a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/util/addGlobalListeners.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function addGlobalListeners(replay: ReplayContainer): void {
2525

2626
// Tag all (non replay) events that get sent to Sentry with the current
2727
// replay ID so that we can reference them later in the UI
28-
const eventProcessor = handleGlobalEventListener(replay, !hasHooks(client));
28+
const eventProcessor = handleGlobalEventListener(replay);
2929
addEventProcessor(eventProcessor);
3030

3131
// If a custom client has no hooks yet, we continue to use the "old" implementation

0 commit comments

Comments
 (0)