We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7deff1b commit 128e951Copy full SHA for 128e951
dev-packages/browser-integration-tests/suites/stacktraces/regular_fn_identifiers/test.ts
@@ -31,7 +31,8 @@ sentryTest(
31
{ function: '?' },
32
{ function: 'qux' },
33
{ function: 'qux/<' },
34
- { function: 'qux/</<' },
+ // The function name below was 'qux/</<' on the Firefox versions < 124
35
+ { function: 'qux/<' },
36
{ function: 'foo' },
37
{ function: 'bar' },
38
{ function: 'baz' },
0 commit comments