Skip to content

Commit 57e58ee

Browse files
committed
fixup! DEV remove logbox
1 parent 3844949 commit 57e58ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (ENV.SENTRY_ORGANIZATION_SLUG.includes('SENTRY_ORGANIZATION')) {
5353
}
5454

5555
// Uncomment the next line to remove popup warning/error boxes.
56-
LogBox.ignoreAllLogs()
56+
// LogBox.ignoreAllLogs()
5757
LogBox.ignoreLogs([
5858
'Require cycle:',
5959
'Attempted to end a Span which has already ended.'

0 commit comments

Comments
 (0)