fix(deps): update dependency sentry/sentry-symfony to v5 #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.14.0
->5.0.1
Release Notes
getsentry/sentry-symfony (sentry/sentry-symfony)
v5.0.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.0.1.
Bug Fixes
setCallbackWrapper
method toTraceableCacheAdapterTrait
(#841)symfony/http-client
being installed (#858)v5.0.0
Compare Source
The Sentry SDK team is thrilled to announce the immediate availability of Sentry Symfony SDK v5.0.0.
Breaking Change
Please refer to the UPGRADE-5.0.md guide for a complete list of breaking changes.
This version adds support for the underlying Sentry PHP SDK v4.0.
Please refer to the PHP SDK sentry-php/UPGRADE-4.0.md guide for a complete list of breaking changes.
This version exclusively uses the envelope endpoint to send event data to Sentry.
If you are using sentry.io, no action is needed.
If you are using an on-premise/self-hosted installation of Sentry, the minimum requirement is now version
>= v20.6.0
.You need to have
ext-curl
installed to use the SDK.The
IgnoreErrorsIntegration
integration was removed. Use theignore_exceptions
option instead.Previously, both
Symfony\Component\ErrorHandler\Error\FatalError
andSymfony\Component\Debug\Exception\FatalErrorException
were ignored by default.To continue ignoring these exceptions, make the following changes to the config file:
This option performs an
is_a
check now, so you can also ignore more generic exceptions.Features
Add support for Sentry Developer Metrics (#1619)
Metrics are automatically sent to Sentry at the end of a request, hooking into Symfony's
kernel.terminate
event.Add new fluent APIs (#1601)
Simplify the breadcrumb API (#1603)
New default cURL HTTP client (#1589)
The SDK now ships with its own HTTP client based on cURL. A few new options were added.
To use a different client, you may use the
http_client
option.To use a different transport, you may use the
transport
option. A custom transport must implement theTransportInterface
.If you use the
transport
option, thehttp_client
option has no effect.Misc
php-http/message-factory
was removed.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.