Skip to content

Commit 128e951

Browse files
committed
Update tests to match the new Firefox behaviour.
1 parent 7deff1b commit 128e951

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/browser-integration-tests/suites/stacktraces/regular_fn_identifiers

1 file changed

+2
-1
lines changed

dev-packages/browser-integration-tests/suites/stacktraces/regular_fn_identifiers/test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ sentryTest(
3131
{ function: '?' },
3232
{ function: 'qux' },
3333
{ function: 'qux/<' },
34-
{ function: 'qux/</<' },
34+
// The function name below was 'qux/</<' on the Firefox versions < 124
35+
{ function: 'qux/<' },
3536
{ function: 'foo' },
3637
{ function: 'bar' },
3738
{ function: 'baz' },

0 commit comments

Comments
 (0)