born05 / craft-sentry

Pushes Craft CMS errors to Sentry.
MIT License
10 stars 11 forks source link

use previous exception #26

Closed kringkaste closed 2 years ago

kringkaste commented 2 years ago

Twig captures now all exceptions within template rendering. So all {% exit 404 %} will be send to Sentry. This returns the previous behavior of the plugin in Craft 3. It's the same behavior Craft CMS do now.