Modernized package code
Pre-release
Pre-release
- Code updated to PSR-4 layout and PSR-2 coding style (thanks to @daniellienert)
- Use modern PHP constants and literals where possible, use
classconstant for object manager access - Added new configuration option
sentryClientIgnoreExceptionto Flow exception rendering options - Ignore exceptions with status code 401 or 403 by default in Sentry (but still log locally according to
logExceptionoption) - Better stacktraces for non Exceptions (a.k.a
Error), thanks to @fnkr