fix(deps): update dependency sentry/sentry-symfony to v5 (v4)#169
Closed
renovate[bot] wants to merge 1 commit intov4from
Closed
fix(deps): update dependency sentry/sentry-symfony to v5 (v4)#169renovate[bot] wants to merge 1 commit intov4from
renovate[bot] wants to merge 1 commit intov4from
Conversation
Contributor
Author
|
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.2->^5.0Release Notes
getsentry/sentry-symfony (sentry/sentry-symfony)
v5.1.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.1.0.
Features
Bug Fixes
v5.0.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.0.1.
Bug Fixes
setCallbackWrappermethod toTraceableCacheAdapterTrait(#841)symfony/http-clientbeing installed (#858)v5.0.0Compare 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-curlinstalled to use the SDK.The
IgnoreErrorsIntegrationintegration was removed. Use theignore_exceptionsoption instead.Previously, both
Symfony\Component\ErrorHandler\Error\FatalErrorandSymfony\Component\Debug\Exception\FatalErrorExceptionwere ignored by default.To continue ignoring these exceptions, make the following changes to the config file:
This option performs an
is_acheck 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.terminateevent.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_clientoption.To use a different transport, you may use the
transportoption. A custom transport must implement theTransportInterface.If you use the
transportoption, thehttp_clientoption has no effect.Misc
php-http/message-factorywas removed.v4.14.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.14.0.
Features
doctrine/dbal: ^4.0(#811)Bug Fixes
DbalTracingPass(#808)AbstractDriverMiddleware(#810)v4.13.2Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.13.2.
Bug Fixes
symfony/http-client(#797)v4.13.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.13.1.
Bug Fixes
http_clientservice is registered (#792)v4.13.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.13.0.
Features
Bug Fixes
v4.12.0Compare Source
Features
symfony/psr-http-message-bridge: ^6.4(#750)DelayedMessageHandlingException(#760)v4.11.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.11.0.
Bug Fixes
TokenInterface::isAuthenticateddeprecation inLoginListener(#755)Misc
SENTRY_RELEASEenvironment variable over the package root version (#753)v4.10.0Compare Source
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_exceptionsandignore_transactionsoptions (#724)Misc
v4.9.2Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.2.
Bug Fixes
We decided to revert two previous PRs that aimed to remove deprecation warnings during test runs (#736)
VersionAwarePlatformDriver(#723)TracingDriverForV32by addingVersionAwarePlatformDriver::createDatabasePlatformForVersion(#731)We are sorry for the inconvenience caused by these changes.
v4.9.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.1.
Bug Fixes
TracingDriverForV32by addingVersionAwarePlatformDriver::createDatabasePlatformForVersion(#731)v4.9.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.9.0.
Features
Add a new Doctrine DBAL tracing driver that does not implement the deprecated
VersionAwarePlatformDriver(#723)The driver is automatically picked if
doctrine/dbalversion3.2.0or higher is installed.Bug Fixes
http_connect_timeoutandhttp_timeoutoptions (#721)Misc
^3.19(#725)v4.8.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.8.0.
Features
Set cache keys as span descriptions (#677)
To better identify the source of a cache operation, we now set the cache key as the description of
cacheop spans.Bug Fixes
guzzlehttp/psr7(#708)kernel.build_dirparam below Symfony 5.2 (#711)v4.7.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.7.0.
Features
Add
profiles_sample_rateconfig option (#698)With this new config option, you can now use our new profiling feature in Symfony as well.
Please consult https://github.com/getsentry/sentry-php/releases/3.15.0 for setup instructions.
v4.6.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.6.0.
This release contains a colorful bouquet of new features.
Features
Report exceptions to Sentry as unhandled by default (#674)
All unhandled exceptions will now be marked as
handled: false. You can query for such events on the issues list page,by searching for
error.handled:false.Exceptions from messages which will be retried are sent to Sentry as handled (#674)
All unhandled exceptions happening on the message bus will now be unpacked and reported individually.
The
WorkerMessageFailedEvent::willRetryproperty is used to determine thehandledvalue of the event sent to Sentry.Add
register_error_handlerconfig option (#687)With this option, you can disable the global error and exception handlers of the base PHP SDK.
If disabled, only events logged by Monolog will be sent to Sentry.
Add
before_send_transaction(#691)Similar to
before_send, you can now apply additional logic fortransactionevents.You can mutate the
transactionevent before it is sent to Sentry. If your callback returnsnull,the event is dropped.
Use the
_routeattribute as the transaction name (#692)If you're using named routes, the SDK will default to use this attribute as the transaction name.
With this change, you should be able to see a full list of your transactions on the performance page,
instead of
<< unparameterized >>.You may need to update your starred transactions as well as your dashboards due to this change.
Bug Fixes
v4.5.0Compare Source
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.