Skip to content

Commit f6b4763

Browse files
author
Luca Forstner
committed
.
1 parent 40dd4fb commit f6b4763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • dev-packages/browser-integration-tests/suites/public-api/captureException/linkedErrors

dev-packages/browser-integration-tests/suites/public-api/captureException/linkedErrors/subject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ wat.cause = new Error(`This is a very long message that should not be truncated
88
this is a very long message that should not be truncated and hopefully won't be,
99
this is a very long message that should not be truncated and hopefully won't be,
1010
this is a very long message that should not be truncated and hopefully won't be,
11-
this is a very long message that should not be truncated and hopefully won't be,`);
11+
this is a very long message that should not be truncated and hopefully won't be`);
1212

1313
Sentry.captureException(wat);

dev-packages/browser-integration-tests/suites/public-api/captureException/linkedErrors/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ this is a very long message that should not be truncated and hopefully won't be`
3131
this is a very long message that should not be truncated and won't be,
3232
this is a very long message that should not be truncated and won't be,
3333
this is a very long message that should not be truncated and won't be,
34-
this is a very long message that should not be truncated and won't be,`,
34+
this is a very long message that should not be truncated and won't be`,
3535
mechanism: {
3636
type: 'generic',
3737
handled: true,

0 commit comments

Comments
 (0)