sentry-php
sentry-php copied to clipboard
The official PHP SDK for Sentry (sentry.io)
Results
85
sentry-php issues
Sort by
recently updated
recently updated
newest added
I would like to support something similar as discussed in this issue: https://github.com/getsentry/sentry-php/issues/889 - Old: `Object: App\Entity\SomeEntity` - New: `Object: App\Entity\SomeEntity(#123)` A solution for this would be this: ```php use...
Feature
5.x
Adds `strictTraceContinuation` option to prevent unwanted trace propagation from third-party services with mismatched organization IDs, addressing #1830. ---