sentry-php: Default `error_types` value
The default value for error_types is set to E_ALL but not the effective error_reporting value. This is counter-intuitive and not mentioned in the documentation.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21
Changing the default value at this point would be a HUGE breaking change, because people would stop receiving events if they didn’t set that value.