Skip to content
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

chore(deps): update dependency sentry/sentry #175

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry/sentry (source) 4.4.0 -> 4.5.0 age adoption passing confidence

Release Notes

getsentry/sentry-php (sentry/sentry)

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 and before_send_metrics (#​1690)

    \Sentry\init([
        'before_send_check_in' => function (\Sentry\Event $event) {
            $checkIn = $event->getCheckIn(),
            // modify the check-in or return null to not send it
        },
    ]);
    \Sentry\init([
        'before_send_metrics' => function (\Sentry\Event $event) {
            $metrics = $event->getMetrics(),
            // modify the metrics or return null to not send it
        },
    ]);
Bug Fixes
  • Fix _metrics_summary formatting (#​1682)

  • Fix DebugFileLogger and DebugStdOutLogger to be usable with PHP 7.2 and up (#​1691)

  • Allow whitespace in metric tag values (#​1692)


Configuration

📅 Schedule: Branch creation - "on sunday" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 4, 2024 05:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 4, 2024
@renovate renovate bot requested a review from a team as a code owner February 4, 2024 05:38
@renovate renovate bot added the minor label Feb 4, 2024
@renovate renovate bot requested a review from a team as a code owner February 4, 2024 05:38
@renovate renovate bot added the php label Feb 4, 2024
@GTony GTony enabled auto-merge (squash) February 4, 2024 05:46
@GTony GTony merged commit 7e08d18 into master Feb 4, 2024
14 checks passed
@GTony GTony deleted the renovate/php-minors-and-patches branch February 4, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor php
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant