Skip to content

Commit 0651f39

Browse files
committed
fix test
1 parent d724f92 commit 0651f39

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/instrumentation/onError/syntax-errors

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/public-api/instrumentation/onError/syntax-errors/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sentryTest('should catch syntax errors', async ({ getLocalTestUrl, page, browser
2727
expect(eventData.exception?.values).toHaveLength(1);
2828
expect(eventData.exception?.values?.[0]).toMatchObject({
2929
type: 'SyntaxError',
30-
value: "Unexpected token '{'",
30+
value: "Failed to execute 'appendChild' on 'Node': Unexpected token '{'",
3131
mechanism: {
3232
type: 'onerror',
3333
handled: false,

0 commit comments

Comments
 (0)