Commit d34c436
authored
[BUGFIX] Consider config.contentObjectExceptionHandler.ignoreCodes (#115)
do not capture unhandled TYPO3 Content Production Handler Exception
e.g. setting config.contentObjectExceptionHandler.ignoreCodes in TS tells
TYPO3 Content Production Exception Handler not to handle Exceptions with
configured Codes, but throw the Exception. In this case we do not want to
capture the Exception in sentry1 parent b917c6f commit d34c436
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments