-
- Notifications
You must be signed in to change notification settings - Fork 4
deps(deps): update dependency sentry/sentry-laravel to v4.20.0 #427
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
Open
renovate wants to merge 1 commit into develop Choose a base branch from renovate/sentry-sentry-laravel-4.x-lockfile
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@ ## develop #427 +/- ## ============================================= + Coverage 54.46% 55.55% +1.09% Complexity 43 43 ============================================= Files 22 22 Lines 112 117 +5 ============================================= + Hits 61 65 +4 - Misses 51 52 +1 ☔ View full report in Codecov by Sentry. |
bdeb1c4 to 8b7366d Compare 8b7366d to 15baa23 Compare 15baa23 to 372fb9d Compare 372fb9d to c202d0d Compare c202d0d to c80f286 Compare c80f286 to 61cca3a Compare 61cca3a to aed33bb Compare aed33bb to 0151e4d Compare 0151e4d to ede0f18 Compare ede0f18 to c86dd7d Compare c86dd7d to 1503d05 Compare 1503d05 to 284fa0a Compare 284fa0a to 63a4947 Compare 63a4947 to a1ef5fc Compare a1ef5fc to 3425c23 Compare 3425c23 to b552e36 Compare b552e36 to f33abbd Compare f33abbd to 93c0b01 Compare 93c0b01 to 6f8deab Compare 6f8deab to 8243ddf Compare 8243ddf to e01d841 Compare e01d841 to 07a9b26 Compare Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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:
4.6.0->4.20.0Release Notes
getsentry/sentry-laravel (sentry/sentry-laravel)
v4.20.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.20.0.
Features
Misc
v4.19.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.19.0.
Features
Add Laravel Pennant feature flags (#1061)
The SDK will now automatically capture feature flags resolved using Laravel Pennant and attach them to events and spans.
Bug Fixes
v4.18.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.18.0.
Bug Fixes
Misc
SENTRY_LOG_LEVELenvironment variable instead ofSENTRY_LOGS_LEVELto be more consistent (SENTRY_LOGS_LEVELwill keep working as an alias for backward compatibility). (#1051)4.16.0(#1053)v4.17.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.17.0.
Features
Configuring the channel is no longer required. To enable logs for Sentry, the following environment variables
need to be configured:
Sentry will use
LOG_LEVELto determine the minimum log level, but it's possible to overwrite it just for Sentryusing
SENTRY_LOG_LEVEL.Misc
sentry.originattribute toLogsHandler. (#1041)v4.16.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.16.0.
Features
v4.15.3Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.3.
Bug Fixes
v4.15.2Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.2.
Bug Fixes
Misc
4.15.2(#1028)v4.15.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.1.
Misc
4.14.1(#1013)v4.15.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.15.0.
Features
Add support for Sentry Structured Logs (#1000)
To enable this feature, add the
sentry_logslog channel in yourconfig/logging.phpconfiguration:Add
SENTRY_ENABLE_LOGS=trueto your.envfile.Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.
To learn more, head over to our docs.
v4.14.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.1.
Bug Fixes
Ensure there is a newline before writing env variables (#1002)
Fixed an issue where the
php artisan sentry:publishcommand might not properly add newlines when writing environment variables to the.envfile.v4.14.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.14.0.
Bug Fixes
Fix tracing when using Laravel Octane (#997)
When using Laravel Octane, the SDK now correctly cleans up it's state after each request, ensuring that traces are correctly reported.
Misc
Add
sentryprefix to publish group name (#992)When running
php artisan vendor:publish, the Sentry package exports are now prefixed withsentry, making it easier to distinguish from other packages.Remove support for
traceparentheader (#994)The W3C's
traceparentheader is no longer automatically picked up and emitted by the SDK to prevent non-Sentry SDKs from starting a trace that is unwanted.v4.13.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.13.0.
Features
v4.12.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.12.0.
Features
Improve generation of slug for scheduled job cron monitoring (#977)
For scheduled jobs it's no longer needed to manually provide a slug to the
->sentryMonitor()call, it will be derived from the job class name.Bug Fixes
Misc
Disable scheduled task tracing for backgrounded tasks (#975)
Backgrounded tasks show up a ~1ms transactions right now because we are effectively monitoring the time it takes to start the background process instead of the execution.
We are working on a solution to this problem, but in the meantime, we are disabling the monitoring of backgrounded tasks (that was introduces in 4.11.0).
v4.11.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.11.0.
Features
Bug Fixes
v4.10.2Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.2.
Bug Fixes
php artisan sentry:test(#963)v4.10.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.1.
Bug Fixes
v4.10.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.10.0.
Features
Misc
v4.9.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.9.0.
Misc
Allow the cache store used by the console scheduling integration to be overridden (#942)
Set
httpbreadcrumb levels based on response code (#940)v4.8.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.8.0.
Bug Fixes
Fix
php artisan sentry:publishmangling the .env file (#928)Fix not (correctly) reporting transactions when using Laravel Octane (#936)
Misc
Improve the stacktrace of the
php artisan sentry:testevent (#926)Remove outdated JS SDK installation step from
php artisan sentry:publish(#930)v4.7.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.7.1.
Bug Fixes
XSRF-TOKENcookie value before sending to Sentry (#920)v4.7.0Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.7.0.
Features
Add support for Cache Insights Module (#914). To learn more about this module, visit https://docs.sentry.io/product/insights/caches/. This feature requires Laravel v11.11.0 or higher.
Cache tracing is enabled by default for new SDK installations. To enable this feature in your existing installation, update your
config/sentry.phpfile with'cache' => env('SENTRY_TRACE_CACHE_ENABLED', true),under'tracing'.v4.6.1Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.6.1.
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.