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 #212

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

getsentry/sentry-php (sentry/sentry)

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)

    use function Sentry\metrics;
    
    // This will now both emit a distribution metric and a span with the "expensive-operation" key
    metrics()->timing(
        key: 'expensive-operation',
        callback: fn() => doExpensiveOperation(),
    );
Bug Fixes
  • Fix missing data on HTTP spans (#​1735)
  • Test span sampled status before creating child spans (#​1740)
Misc
  • Implement fast path for ignoring errors (#​1737)
  • Add array shape for better autocomplete of Sentry\init function (#​1738)
  • Represent callable strings as strings (#​1741)
  • Use AWS_LAMBDA_FUNCTION_VERSION environment variable for release if available (#​1742)

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 added the dependencies Pull requests that update a dependency file label Jun 9, 2024
@renovate renovate bot requested a review from a team as a code owner June 9, 2024 04:38
@renovate renovate bot requested review from a team as code owners June 9, 2024 04:38
@GTony GTony enabled auto-merge (squash) June 9, 2024 19:05
@GTony GTony merged commit adb0981 into master Jun 9, 2024
14 checks passed
@GTony GTony deleted the renovate/php-minors-and-patches branch June 9, 2024 19:06
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