Skip to content

Commit ad13981

Browse files
committed
fix test
1 parent 5d41853 commit ad13981

File tree

1 file changed

+3
-0
lines changed
  • packages/browser-integration-tests/suites/replay/captureConsoleLog

1 file changed

+3
-0
lines changed

packages/browser-integration-tests/suites/replay/captureConsoleLog/test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ sentryTest('should capture very large console logs', async ({ getLocalTestPath,
115115
}),
116116
],
117117
logger: 'console',
118+
_meta: {
119+
warnings: ['CONSOLE_ARG_TRUNCATED'],
120+
},
118121
},
119122
level: 'log',
120123
message: '[object Object]',

0 commit comments

Comments
 (0)