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 4a1b611 commit c1aa179Copy full SHA for c1aa179
packages/browser/test/integration/init.js
@@ -58,7 +58,7 @@ Sentry.init({
58
}
59
60
// Filter "refresh" like navigation which occurs in Mocha when testing on Android 4
61
- if (breadcrumb.category === 'navigation' && breadcrumb.data.from === breadcrumb.data.from) {
+ if (breadcrumb.category === 'navigation' && breadcrumb.data.to === breadcrumb.data.from) {
62
return null;
63
64
0 commit comments