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.
2 parents e30d4e6 + c5a4724 commit 0e34652Copy full SHA for 0e34652
src/raven.js
@@ -454,7 +454,7 @@ function normalizeFrame(frame) {
454
// Now we check for fun, if the function name is Raven or TraceKit
455
/(Raven|TraceKit)\./.test(normalized['function']) ||
456
// finally, we do a last ditch effort and check for raven.min.js
457
- /raven\.(min\.)js$/.test(normalized.filename)
+ /raven\.(min\.)?js$/.test(normalized.filename)
458
);
459
460
return normalized;
0 commit comments