Commit 05160a6
committed
Fix the 'no terminal detected' error flood
A small number of users are hitting this issue, and sending error reports
every 10 seconds while the app is open. This is annoying.
For now, I've disabled the existing Sentry DSN. This commit moves to a
new one (for the exact same project), and ensures that reports are
only ever sent once.1 parent b8a8ae0 commit 05160a6
File tree
2 files changed
+7
-2
lines changed- src
- interceptors/terminal
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
363 | 368 | | |
364 | 369 | | |
365 | 370 | | |
| |||
369 | 374 | | |
370 | 375 | | |
371 | 376 | | |
372 | | - | |
| 377 | + | |
373 | 378 | | |
374 | 379 | | |
375 | 380 | | |
| |||
0 commit comments