Commit 43e6467
committed
Exclude NotFoundError from Sentry reporting
This error is handled by showing a 404 page to the user, so it doesn't
need to be reported to Sentry. Add it to the excluded_exceptions list
in the Sentry initializer.1 parent c89e831 commit 43e6467
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments