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

Update dependency sentry/sentry-laravel to v4.9.0 #578

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2024

This PR contains the following updates:

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

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
  • Always remove the XSRF-TOKEN cookie value before sending to Sentry (#​920)
  • Fix trace durations when using Octane (#​921)
  • Handle clousre route names (#​921)
  • Don't rely on facades when accessing the Laravel context (#​922)
  • Normalize array of cache key names before converting to string (#​923)

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
  • Fix wrong queue grouping in the queue Insights Module (#​910)

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 set SENTRY_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
  • Various Spotlight improvements, such as the addition of a new 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
  • Fix discarded attribute violation reporter not accepting multiple property names (#​890)

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:

    'logger' => Sentry\Logger\DebugFileLogger::class, // This will log SDK logs to `storage_path('logs/sentry.log')`

    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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge September 22, 2024 16:33
@renovate renovate bot merged commit 63bf94f into main Sep 22, 2024
6 checks passed
@renovate renovate bot deleted the renovate/sentry-sentry-laravel-4.x branch September 22, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants