- Added getSentry method and docblock. Thanks to @joshuabaker
- Fix PHP parsing error. Thanks to @cgivord
- Added CSP nonce support using https://github.com/born05/craft-csp
- Updated Sentry JS SDK
- Implement Sentry JavaScript SDK for site front end requests. Thanks to @jamesmacwhite
- Init Sentry JS SDK with debug option mapped to Craft devMode setting
- New
reportJsErrors
config option for enabling JS error reporting - Removed old reference in README about Sentry being disabled with devMode on (no longer valid)
- Fixed composer.json for composer 2
- Updated sentry/sdk to 3.1
- Use the default integrations as much as possible for more info
- Don't do anything until EVENT_AFTER_LOAD_PLUGINS. Thanks to @jamesedmonston
- Prevent errors during plugin install. Thanks to @boboldehampsink
- Updated sentry/sdk to 2.1.0
- Let sentry handle craft console errors
- Let craft handle craft errors again for excludedCodes support.
- Depend on enabled setting not on devMode
- Downgraded sentry/sdk to prevent install errors
- Populate all captures with additional data.
- Don't use craft handled error events.
- Stable release
- Initial Release