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
Copy file name to clipboardExpand all lines: packages/integration-tests/suites/public-api/instrumentation/eventListener-instrumentation-behaviour/subject.js
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
// Simple function event listener
2
2
consteventListener1=()=>{
3
-
// Trigger something that puppeteer can listen to - like console.log
Copy file name to clipboardExpand all lines: packages/integration-tests/suites/public-api/instrumentation/eventListener-instrumentation-behaviour/test.ts
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,20 @@ sentryTest('should attach the same event listener only once', async ({ getLocalT
0 commit comments