Frank

Results 4 comments of Frank

We are now seeing this issue within our Symfony app, how would one go about configuring sentry to not use the decoder.

Seems within symfony you can disable compression which will stop sentry from using this plugin.

Awesome work @Sebb767

I have override the default error caller to ignore E_DEPRECATED, should this not be default? ```yaml default: calls: # As behat was converting e-deprecated errors to a fatal you can...