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.
BroadcastChannel
SharedWorker
1 parent 531ed59 commit 1e8921bCopy full SHA for 1e8921b
packages/browser/src/integrations/trycatch.ts
@@ -9,6 +9,7 @@ const DEFAULT_EVENT_TARGET = [
9
'Node',
10
'ApplicationCache',
11
'AudioTrackList',
12
+ 'BroadcastChannel',
13
'ChannelMergerNode',
14
'CryptoOperation',
15
'EventSource',
@@ -24,6 +25,7 @@ const DEFAULT_EVENT_TARGET = [
24
25
'Notification',
26
'SVGElementInstance',
27
'Screen',
28
+ 'SharedWorker',
29
'TextTrack',
30
'TextTrackCue',
31
'TextTrackList',
0 commit comments