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 533cbcc commit 4c2f6aaCopy full SHA for 4c2f6aa
source/app.js
@@ -71,7 +71,7 @@ export default class App extends React.Component {
71
const prevScreen = getCurrentRouteName(prevState)
72
73
if (!currentScreen) return
74
-
+
75
if (currentScreen !== prevScreen) {
76
tracker.trackScreenView(currentScreen)
77
bugsnag.leaveBreadcrumb(currentScreen, {
0 commit comments