Update dependency sentry/sentry to v3 - autoclosed #22
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:
^2.4
->^3.0
Release Notes
getsentry/sentry-php
v3.0.0
Compare Source
Tracing API
In this version we released API for Tracing.
\Sentry\startTransaction
is your entry point for manual instrumentation.More information can be found in our Performance docs.
Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version
>= v20.6.0
to work. If you are usingsentry.io nothing will change and no action is needed.
Hub
class a singleton (#1038)error_types
option fromE_ALL
to the value get fromerror_reporting()
(#1037)string
rather than an object instance from the transport, the client and the hub (#1036)Options
class. (#1047)ModulesIntegration
integration (#1047)RequestIntegration
integration (#1047)Breadcrumb
class (#1047)ClientBuilderInterface
interface and its implementations (#1047)Scope::setUser()
method now always merges the given data with the existing one instead of replacing it as a whole (#1047)Context::CONTEXT_USER
,Context::CONTEXT_RUNTIME
,Context::CONTEXT_TAGS
,Context::CONTEXT_EXTRA
,Context::CONTEXT_SERVER_OS
constants (#1047)UserContext
,ExtraContext
andContext
classes and refactor theServerOsContext
andRuntimeContext
classes (#1071)FlushableClientInterface
and theClosableTransportInterface
interfaces (#1079)SpoolTransport
transport and all its related classes (#1080)EnvironmentIntegration
integration to gather data for theos
andruntime
contexts (#1071)traces_sampler
option to set custom sample rate callback (#1083)Event
class (#1085)7.2
and the minimum version of some dependencies (#1088)captureEvent
to only accept an instance of theEvent
class rather than also a plain array (#1094)Renovate configuration
📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.