sentry-laravel
sentry-laravel copied to clipboard
Add support for Laravel 11.0's Context
We should look at Laravel 11.0's new context feature. Applying the Laravel context automatically to all events might be a good first step. The same might apply to queue tracing, where context could allow us to implement trace propagation better.
Refs https://github.com/laravel/framework/pull/49730