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 5bbb0aa commit 2300983Copy full SHA for 2300983
test/integration/test.js
@@ -313,7 +313,7 @@ describe('integration', function() {
313
);
314
assert.match(
315
ravenData.exception.values[0].stacktrace.frames[0]['function'],
316
- /\?|global code/
+ /\?|global code/i
317
318
}
319
@@ -350,7 +350,7 @@ describe('integration', function() {
350
351
352
353
354
355
356
@@ -384,7 +384,7 @@ describe('integration', function() {
384
385
386
387
+ /\?|global code|throwRealError/i
388
389
390
0 commit comments