Releases: networkteam/Networkteam.SentryClient
Releases · networkteam/Networkteam.SentryClient
6.5.0
Use sentry/sentry instead sentry/sdk
6.4.0
6.3.0
This version removes the sentry integration ErrorListenerIntegration
that converts php errors into exceptions. As a result warnings will not be sent to sentry in production context.
If you want to further trigger php warnings you have to adjust the Flow error-handler to transform warnings into exceptions as well (see https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/ErrorAndExceptionHandling.html#error-handler)
Changelog
- Remove ErrorListenerIntegration from integrations
- Add
prefix
setting to sentry to hide path to project root in sentry events
v6.2.0-beta1
- Log Sentry Event Id as additional information to throwable storage
- Skip logging when throwable storage logs to console
6.1.0
6.0.4
6.0.3
Omit registration of Sentrys Exception Handler to not report exceptions twice.
6.0.2
Allow PHP 8
6.0.1
Task: Code cleanup
Use new sentry/sdk
- Use sentry/sdk ^2.0 (Thanks to Markus Günther!)
- Be able to use the client without party repository
- Add simple test command
- Old Sentry DSN Format still work