Skip to content

Commit f68450d

Browse files
Update packages/integration-tests/suites/stacktraces/protocol_containing_fn_identifiers/test.ts
Co-authored-by: Katie Byers <[email protected]>
1 parent 3220b92 commit f68450d

File tree

1 file changed

+1
-0
lines changed
  • packages/integration-tests/suites/stacktraces/protocol_containing_fn_identifiers

1 file changed

+1
-0
lines changed

packages/integration-tests/suites/stacktraces/protocol_containing_fn_identifiers/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ sentryTest('should not add any part of the function identifier inside filename',
5656
const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url);
5757

5858
expect(eventData.exception?.values?.[0].stacktrace?.frames).toMatchObject(
59+
// specifically, we're trying to avoid values like `Blob@file://path/to/file` in frames with function names like `makeBlob`
5960
Array(7).fill({ filename: expect.stringMatching(/^file:\/?/) }),
6061
);
6162
});

0 commit comments

Comments
 (0)