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 php minors and patches #173

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) 10.5.8 -> 10.5.9 age adoption passing confidence
sentry/sentry (source) 4.3.1 -> 4.4.0 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.9

Compare Source

getsentry/sentry-php (sentry/sentry)

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.

    use function Sentry\metrics;
    
    metrics()->timing(
        key: 'my-metric',
        callback: fn() => doSomething(),
    );
  • Add withMonitor() (#​1679)

    This wraps a callback into monitor check-ins.

    use function Sentry\withMonitor;
    
    withMonitor(
        slug: 'my-monitor',
        callback: fn () => doSomething(),
        monitorConfig: new MonitorConfig(...),
    );
  • Add new failure_issue_threshold and recovery_threshold configuration to MonitorConfig (#​1685)

  • Add TransactionContext::make() and SpanContext::make() (#​1684)

    use Sentry\Tracing\SpanContext;
    
    $spanCpntext = SpanContext::make()
        ->setOp('http.client')
        ->setDescription('GET https://example.com')
  • 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 to CURLOPT_SSL_VERIFYPEER (#​1686)

Misc
  • Depreacted UserDataBag::getSegment() and UserDataBag::setSegment(). You may use a custom tag or context instead (#​1681)

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 these updates 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 January 28, 2024 07:30
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 28, 2024
@renovate renovate bot requested a review from a team as a code owner January 28, 2024 07:30
@renovate renovate bot requested a review from a team as a code owner January 28, 2024 07:30
@renovate renovate bot added the php label Jan 28, 2024
@GTony GTony merged commit 14160b7 into master Jan 28, 2024
14 checks passed
@GTony GTony deleted the renovate/php-minors-and-patches branch January 28, 2024 07:36
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 patch php
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant