Vatsim-Scandinavia / controlcenter

Training Management System created by VATSIM Scandinavia
https://docs.vatsca.org/controlcenter/
GNU General Public License v3.0
16 stars 14 forks source link

chore(deps): update dependency sentry/sentry-laravel to v4.4.1 #881

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry/sentry-laravel (source) 4.2.0 -> 4.4.1 age adoption passing confidence

Release Notes

getsentry/sentry-laravel (sentry/sentry-laravel) ### [`v4.4.1`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#441) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/4.4.0...4.4.1) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.4.1. ##### Bug Fixes - Fix `assertExists`/`assertMissing` can throw on the `FilesystemDecorator` [(#​877)](https://togithub.com/getsentry/sentry-laravel/pull/877) ### [`v4.4.0`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#440) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/4.3.1...4.4.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.4.0. ##### Features - Add support for Laravel 11 Context [(#​869)](https://togithub.com/getsentry/sentry-laravel/pull/869) If you are using Laravel 11 and the new "Context" capabilities we now automatically capture that context for you and it will be visible in Sentry. Read more about the feature in the [Laravel documentation](https://laravel.com/docs/11.x/context) and how to use it. ### [`v4.3.1`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#431) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/4.3.0...4.3.1) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.1. ##### Bug Fixes - Add missing methods to `FilesystemDecorator` [(#​865)](https://togithub.com/getsentry/sentry-laravel/pull/865) ### [`v4.3.0`](https://togithub.com/getsentry/sentry-laravel/blob/HEAD/CHANGELOG.md#430) [Compare Source](https://togithub.com/getsentry/sentry-laravel/compare/4.2.0...4.3.0) The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.0. ##### Features - Add support for Laravel 11.0 [(#​845)](https://togithub.com/getsentry/sentry-laravel/pull/845) If you're upgrading an existing Laravel 10 application to the new Laravel 11 directory structure, you must change how Sentry integrates into the exception handler. Update your `bootstrap/app.php` with: ```php withRouting( web: __DIR__.'/../routes/web.php', commands: __DIR__.'/../routes/console.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) { // }) ->withExceptions(function (Exceptions $exceptions) { Integration::handles($exceptions); })->create(); ``` If you plan to perform up-time checks against the new Laravel 11 `/up` health URL, ignore this transaction in your `config/sentry.php` file, as not doing so could consume a substantial amount of your performance unit quota. ```php // @​see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-transactions 'ignore_transactions' => [ // Ignore Laravel's default health URL '/up', ], ``` ##### Bug Fixes - Set `queue.publish` spans as the parent of `queue.process` spans [(#​850)](https://togithub.com/getsentry/sentry-laravel/pull/850) - Consider all `http_*` SDK options from the Laravel client in the test command [(#​859)](https://togithub.com/getsentry/sentry-laravel/pull/859)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^4.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.