-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency sentry/sentry to v4 #628
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/sentry-sentry-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
4 times, most recently
from
November 20, 2023 08:58
9b631c5
to
bc536d2
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
December 4, 2023 14:32
bc536d2
to
ab1b7d5
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
3 times, most recently
from
December 22, 2023 22:25
0f97882
to
183dd43
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
3 times, most recently
from
January 2, 2024 09:16
582e9c2
to
9784070
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
January 15, 2024 04:06
9784070
to
c4fc392
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
January 23, 2024 10:38
49455fb
to
b027f7b
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
February 5, 2024 04:18
ad441d5
to
6f290a0
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
February 19, 2024 04:30
83e27dc
to
902afe2
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
March 4, 2024 03:18
9b4032a
to
3b209a6
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
March 11, 2024 04:29
9c8663e
to
c68edc6
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
March 18, 2024 04:41
c68edc6
to
6aec3eb
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
April 10, 2024 13:42
6aec3eb
to
3d24210
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
June 5, 2024 14:28
3d24210
to
cf05886
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
July 17, 2024 08:44
b82a015
to
968f540
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
August 8, 2024 17:46
968f540
to
df42e92
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
October 25, 2024 10:51
df42e92
to
64942e5
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
2 times, most recently
from
October 25, 2024 11:15
315f39f
to
70ff24a
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
November 4, 2024 04:27
70ff24a
to
58f8942
Compare
renovate
bot
force-pushed
the
renovate/sentry-sentry-4.x
branch
from
November 6, 2024 11:06
58f8942
to
e855854
Compare
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:
^3.22.1
->^4.10.0
Release Notes
getsentry/sentry-php (sentry/sentry)
v4.10.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.10.0.
Features
http_ssl_native_ca
option to tell the HTTP client to use the operating system's native CA store for certificate verification (#1766)Bug Fixes
http_timeout
&http_connect_timeout
options, which now also work with sub second values (#1785)Misc
GuzzleTracingMiddleware
are now set to a warning status for4xx
responses and an error status for5xx
responses (#1773)v4.9.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.9.0.
Features
Allow retrieving a single piece of data from the span by it’s key (#1767)
Add span trace origin (#1769)
v4.8.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.8.1.
Bug Fixes
REMOTE_ADDR
(#1751)v4.8.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.8.0.
Features
Add timing span when emiting a timing metric (#1717)
Bug Fixes
Misc
Sentry\init
function (#1738)AWS_LAMBDA_FUNCTION_VERSION
environment variable for release if available (#1742)v4.7.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.7.0.
Features
metric_bucket
rate limits (#1726) & (#1728)Bug Fixes
Misc
SpanStatus::resourceExchausted()
. UseSpanStatus::resourceExhausted()
instead (#1725)v4.6.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.1.
Bug Fixes
traceparent
header (#1713)JSON_ERROR_NON_BACKED_ENUM
to allowedJSON::encode()
errors. (#1707)v4.6.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.0.
Features
Bug Fixes
ClientBuilder::class
(#1699)_metrics_summary
to transactions (#1702)Misc
final
fromMetrics::class
(#1697)ignore_exceptions
(#1701)FrameContextifierIntegration::class
(#1678)v4.5.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.5.0.
Features
Add
before_send_check_in
andbefore_send_metrics
(#1690)Bug Fixes
Fix
_metrics_summary
formatting (#1682)Fix
DebugFileLogger
andDebugStdOutLogger
to be usable with PHP 7.2 and up (#1691)Allow whitespace in metric tag values (#1692)
v4.4.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.4.0.
Features
Add
metrics()->timing()
(#1670)This allows you to emit a distribution metric based on the duration of the provided callback.
Add
withMonitor()
(#1679)This wraps a callback into monitor check-ins.
Add new
failure_issue_threshold
andrecovery_threshold
configuration toMonitorConfig
(#1685)Add
TransactionContext::make()
andSpanContext::make()
(#1684)Add support for fluent use of
Transaction::setName()
(#1687)Add support for the W3C
traceparent
header (#1680)Bug Fixes
Do not send an empty event if no metrics are in the bucket (#1676)
Fix the
http_ssl_verify_peer
option to set the correct value toCURLOPT_SSL_VERIFYPEER
(#1686)Misc
UserDataBag::getSegment()
andUserDataBag::setSegment()
. You may use a custom tag or context instead (#1681)v4.3.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.3.1.
Bug Fixes
Misc
@internal
annotation fromMetricsUnit
class (#1671)v4.3.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.3.0.
Features
Add support for Sentry Developer Metrics (#1619)
To learn more about Sentry Developer Merics, join the discussion at https://github.com/getsentry/sentry-php/discussions/1666.
Bug Fixes
HubAdapter::class
(#1663)Misc
final
keyword fromHub::class
,Client::class
andScope::class
(#1665)v4.2.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.2.0.
Features
Add a config option to allow overriding the Spotlight url (#1659)
Bug Fixes
Restore setting the
logger
value on the event payload (#1657)Only apply the
sample_rate
on error/message events (#1662)This fixes an issue where Cron Check-Ins were wrongly sampled out if a
sample_rate
lower than1.0
is used.Misc
@internal
annotation fromClientBuilder::class
(#1661)v4.1.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.1.0.
Features
Add support for Spotlight (#1647)
Spotlight is Sentry for Development. Inspired by an old project, Django Debug Toolbar. Spotlight brings a rich debug overlay into development environments, and it does it by leveraging the existing power of Sentry's SDKs.
To learn more about Spotlight, go to https://spotlightjs.com/.
Misc
response
status (#1644)v4.0.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.0.1.
Bug Fixes
v4.0.0
Compare Source
The Sentry SDK team is thrilled to announce the immediate availability of Sentry PHP SDK v4.0.0.
Breaking Change
Please refer to the 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.This option performs an
is_a
check now, so you can also ignore more generic exceptions.Features
Add new fluent APIs (#1601)
Simplify the breadcrumb API (#1603)
New
logger
option (#1625)To make it easier to debug the internals of the SDK, the
logger
option now accepts aPsr\Log\LoggerInterface
instance.We do provide two implementations,
Sentry\Logger\DebugFileLogger
andSentry\Logger\DebugStdOutLogger
.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 - "before 5am on monday" in timezone Europe/Vienna, 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.