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:
10.2.6
->10.3.1
3.20.1
->3.21.0
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v10.3.1
Compare Source
v10.3.0
Compare Source
v10.2.7
Compare Source
getsentry/sentry-php (sentry/sentry)
v3.21.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.21.0.
Features
Add
Sentry::captureCheckIn()
(#1573)Sending check-ins from the SDK is now simplified.
You can also pass in a
monitorConfig
object as well as theduration
.Undeprecate the
tags
option (#1561)You can now set tags that are applied to each event when calling
Sentry::init()
.Apply the
prefixes
option to profiling frames (#1568)If you added the
prefixes
option when callingSentry::init()
, this option will now also apply to profile frames.Misc
Deduplicate profile stacks and frames (#1570)
This will decrease the payload size of the
profile
event payload.Add the transaction's sampling decision to the trace envelope header (#1562)
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.