Update dependency sentry/sentry-laravel to v4.9.0 #578
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.4.1
->4.9.0
Release Notes
getsentry/sentry-laravel (sentry/sentry-laravel)
v4.9.0
Compare 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
http
breadcrumb levels based on response code (#940)v4.8.0
Compare 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:publish
mangling the .env file (#928)Fix not (correctly) reporting transactions when using Laravel Octane (#936)
Misc
Improve the stacktrace of the
php artisan sentry:test
event (#926)Remove outdated JS SDK installation step from
php artisan sentry:publish
(#930)v4.7.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.7.1.
Bug Fixes
XSRF-TOKEN
cookie value before sending to Sentry (#920)v4.7.0
Compare 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.php
file with'cache' => env('SENTRY_TRACE_CACHE_ENABLED', true),
under'tracing'
.v4.6.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.6.1.
Bug Fixes
v4.6.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.6.0.
Features
Add support for the Queue Insights Module (#902). To learn more about this module, visit https://docs.sentry.io/product/performance/queue-monitoring/.
Enable queue tracing by default for new SDK installations. To enable this feature in your existing installation, update your
config/sentry.php
file with'queue_jobs' => env('SENTRY_TRACE_QUEUE_JOBS_ENABLED', true),
or setSENTRY_TRACE_QUEUE_JOBS_ENABLED=true
in your environment (#903)Bug Fixes
Check if a span is sampled before creating child spans (#898)
Always register the console
sentryMonitor()
macro. This fixes the macro not being available when using Laravel Lumen (#900)Avoid manipulating the config when resolving disks (#901)
Misc
SENTRY_SPOTLIGHT
environment variable and not requiring a DSN to be set to use Spotlight (#892)v4.5.1
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.5.1.
Bug Fixes
v4.5.0
Compare Source
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.5.0.
Features
Limit when SQL query origins are being captured (#881)
We now only capture the origin of a SQL query when the query is slower than 100ms, configurable by the
SENTRY_TRACE_SQL_ORIGIN_THRESHOLD_MS
environment variable.Add tracing and breadcrumbs for Notifications (#852)
Add reporter for
Model::preventAccessingMissingAttributes()
(#824)Make it easier to enable the debug logger (#880)
You can now enable the debug logger by adding the following to your
config/sentry.php
file:Only use this in development and testing environments, as it can generate a lot of logs.
Bug Fixes
Fix Lighthouse operation not detected when query contained a fragment before the operation (#883)
Fix an exception being thrown when the username extracted from the authenticated user model is not a string (#887)
Configuration
📅 Schedule: Branch creation - "before 4pm on Wednesday except before 9am on Wednesday" in timezone America/New_York, 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.