Skip to content

Releases: networkteam/Networkteam.SentryClient

6.5.0

17 Mar 14:23
cb6cbce
Compare
Choose a tag to compare

Use sentry/sentry instead sentry/sdk

6.4.0

23 Oct 07:41
66621bf
Compare
Choose a tag to compare

Ignore Bad Request Exceptions

6.3.0

21 Aug 14:54
cc52982
Compare
Choose a tag to compare

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

01 Feb 14:42
Compare
Choose a tag to compare
  • Log Sentry Event Id as additional information to throwable storage
  • Skip logging when throwable storage logs to console

6.1.0

02 Jun 12:49
fe20463
Compare
Choose a tag to compare

adjust echoExceptionCLI method declaration to fit the original implementation in the neos/flow package

6.0.4

02 Jun 12:31
9614523
Compare
Choose a tag to compare

A change in the neos/flow package changes the echoExceptionCli implementation and method declaration. Thus, our override throws an error.

6.0.3

07 Mar 09:24
6adf5da
Compare
Choose a tag to compare

Omit registration of Sentrys Exception Handler to not report exceptions twice.

6.0.2

28 Jan 16:23
556ba95
Compare
Choose a tag to compare
Allow PHP 8

6.0.1

20 Sep 17:33
Compare
Choose a tag to compare
Task: Code cleanup

Use new sentry/sdk

20 Sep 16:22
f825c83
Compare
Choose a tag to compare
  • 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