Skip to content

Commit 35209fa

Browse files
author
Gregor Gololicic
committed
remove debugs
1 parent c314bf6 commit 35209fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ Sentry.init({
2121

2222
// filter out blacklisted errors
2323
if (error && error.message) {
24-
console.log("SENTRY ERR")
2524
for (const filter of ignoreErrors) {
26-
console.log("SENTRY FILTER", filter)
2725
if (error.message.match(filter)) {
28-
console.log("SENTRY MATCH", filter)
2926
return null
3027
}
3128
}

0 commit comments

Comments
 (0)