Releases: born05/craft-sentry
Releases · born05/craft-sentry
3.0.0
3.0.0-beta.1
Changed
- Added craft 5 support
- Moved to Sentry PHP SDK 4.x
- Moved to latest Sentry Browser SDK
- Client settings are removed in favor of Sentry's "Loader Script" settings page.
- Removed
performanceMonitoring
andautoSessionTracking
settings.
2.0.1
Changed
- If the exception is a Twig Runtime exception, use the previous one instead. Thanks to @kringkaste
2.0.0
Changed
- Fixed craft 4 support
- Use
CRAFT_APP_ID
env instead ofAPP_ID
env. - Use
CRAFT_ENVIRONMENT
env instead of theCRAFT_ENVIRONMENT
constant.
2.0.0-beta.1
Added craft 4 support
1.1.2
Change
- Make
performanceMonitoring
optional
1.1.1
Added
- Added
autoSessionTracking
support.
Change
- Updated sentry js client from 5.29.2 to 6.3.5
1.1.0
Added
- Console errors are now captured.
1.0.12
Added sampleRate config option. Thanks to @brianjhanson
1.0.11
Added getSentry method and docblock. Thanks to @joshuabaker