Skip to content

Commit f169e0f

Browse files
committed
.
1 parent f16f555 commit f169e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/integrations/third-party-errors-filter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ describe('ThirdPartyErrorFilter', () => {
680680
// contain long lines (e.g. from minified bundles with long URLs/identifiers).
681681
describe('metadata stack parsing with long stack lines', () => {
682682
it('resolves metadata for frames whose filenames appear in module metadata stacks with long URLs', () => {
683-
const longFilename = 'https://example.com/_next/static/chunks/' + 'a'.repeat(200) + '.js';
683+
const longFilename = `https://example.com/_next/static/chunks/${'a'.repeat(200)}.js`;
684684

685685
// Simulate a module metadata entry with a realistic stack containing a long filename
686686
const fakeStack = [`Error: Sentry Module Metadata`, ` at Object.<anonymous> (${longFilename}:1:1)`].join('\n');

0 commit comments

Comments
 (0)