networkteam / sentry_client

TYPO3 Extension for exception logging with sentry, see http://www.getsentry.com
33 stars 35 forks source link

activatePageNotFoundHandlingActive has no effect #21

Closed derhansen closed 5 years ago

derhansen commented 5 years ago

The extension setting activatePageNotFoundHandlingActive does not have any effect, since it is not being used in ConfigurationService- see: https://github.com/networkteam/sentry_client/blob/master/Classes/Service/ConfigurationService.php#L13

pageNotFoundHandlingActive vs. activatePageNotFoundHandlingActive

christophlehmann commented 5 years ago

Good catch! Is fixed.