diff --git a/packages/browser/src/integrations/trycatch.ts b/packages/browser/src/integrations/trycatch.ts index 0ec05cc552df..56e414f46e64 100644 --- a/packages/browser/src/integrations/trycatch.ts +++ b/packages/browser/src/integrations/trycatch.ts @@ -9,6 +9,7 @@ const DEFAULT_EVENT_TARGET = [ 'Node', 'ApplicationCache', 'AudioTrackList', + 'BroadcastChannel', 'ChannelMergerNode', 'CryptoOperation', 'EventSource', @@ -24,6 +25,7 @@ const DEFAULT_EVENT_TARGET = [ 'Notification', 'SVGElementInstance', 'Screen', + 'SharedWorker', 'TextTrack', 'TextTrackCue', 'TextTrackList',