Skip to content

Commit c1aa179

Browse files
committed
why...
1 parent 4a1b611 commit c1aa179

File tree

1 file changed

+1
-1
lines changed
  • packages/browser/test/integration

1 file changed

+1
-1
lines changed

packages/browser/test/integration/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Sentry.init({
5858
}
5959

6060
// Filter "refresh" like navigation which occurs in Mocha when testing on Android 4
61-
if (breadcrumb.category === 'navigation' && breadcrumb.data.from === breadcrumb.data.from) {
61+
if (breadcrumb.category === 'navigation' && breadcrumb.data.to === breadcrumb.data.from) {
6262
return null;
6363
}
6464

0 commit comments

Comments
 (0)