We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27143 commit d79216aCopy full SHA for d79216a
packages/replay/src/util/addGlobalListeners.ts
@@ -25,7 +25,7 @@ export function addGlobalListeners(replay: ReplayContainer): void {
25
26
// Tag all (non replay) events that get sent to Sentry with the current
27
// replay ID so that we can reference them later in the UI
28
- const eventProcessor = handleGlobalEventListener(replay, !hasHooks(client));
+ const eventProcessor = handleGlobalEventListener(replay);
29
addEventProcessor(eventProcessor);
30
31
// If a custom client has no hooks yet, we continue to use the "old" implementation
0 commit comments