Skip to content

Commit

Permalink
feat(browser): Add BroadcastChannel and SharedWorker to TryCatch …
Browse files Browse the repository at this point in the history
…EventTargets (#8943)
  • Loading branch information
timfish authored Sep 5, 2023
1 parent 531ed59 commit 1e8921b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/browser/src/integrations/trycatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const DEFAULT_EVENT_TARGET = [
'Node',
'ApplicationCache',
'AudioTrackList',
'BroadcastChannel',
'ChannelMergerNode',
'CryptoOperation',
'EventSource',
Expand All @@ -24,6 +25,7 @@ const DEFAULT_EVENT_TARGET = [
'Notification',
'SVGElementInstance',
'Screen',
'SharedWorker',
'TextTrack',
'TextTrackCue',
'TextTrackList',
Expand Down

0 comments on commit 1e8921b

Please sign in to comment.