You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In very rare cases, the SDK can cause callbacks added via `addEventListener` to an event target (e.g. a button) to be invoked twice.
397
-
This is usually a sign of the SDK being intialized too late in the lifecycle of the page. If you can, try initializing the SDK as earlier.
396
+
In very rare cases, the SDK can cause callbacks added via `addEventListener` to an event target (such as a button) to be invoked twice.
397
+
This is usually a sign of the SDK being intialized too late in the lifecycle of the page. If you can, try initializing the SDK earlier in your application.
398
398
399
399
If this is not possible or doesn't apply to your use case, set the `unregisterOriginalCallbacks` option in the [`browserApiErrors` integration](../configuration/integrations/browserapierrors) to `true`.
0 commit comments