The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.10.0.
Features
-
Tracing without Performance (#742)
The SDK will now continue a trace from incoming HTTP requests, even if performance is not enabled.
To continue a trace outward, you may attach the Sentry tracing headers to any HTTP client request.
You can fetch the required header values by calling \Sentry\getBaggage() and \Sentry\getTraceparent(). -
Add
ignore_exceptions
andignore_transactions
options (#724)