sentry-laravel
sentry-laravel copied to clipboard
The official Laravel SDK for Sentry (sentry.io)
https://laravel.com/docs/10.x/scheduling#scheduling-queued-jobs Using anything besides `QUEUE_CONNECTION=sync` will result in a duration of 0 seconds, which is technically correct. We can work around this by injecting some metadata into the queue job...
With laravel/framework#51560 we are now able to trace cache operations. Added the needed plumbing (enabled by default).
### How do you use Sentry? Self-hosted / on-premises ### SDK version 4.6.1 ### Steps to reproduce Send Job (ShouldQueue) ### Expected result - ### Actual result Error: Call to...
### How do you use Sentry? Self-hosted / on-premises ### SDK version 4.5.1 ### Steps to reproduce 1. We have a job that spawns multiple jobs 2. The 'spawning' job...
### Problem Statement When PHP hits the configured [`memory_limit`](https://www.php.net/manual/en/ini.core.php#ini.memory-limit), a fatal error is thrown. The Laravel framework is configured to handle such fatal errors through `register_shutdown_function()` and frees some memory...
### How do you use Sentry? Self-hosted / on-premises ### SDK version 4.4.1 ### Steps to reproduce 1. Create any artisan command with any database queries, for example: ```php //...
An initial discussion about the implementation of this change can be found [here](https://discord.com/channels/621778831602221064/1268962575098449921). - Allows the cache store used by `ConsoleSchedulingIntegration` to be overridden in a user-defined service provider -...
 I think it makes sense to set 4XX response codes to `warning` instead of `error`. Part of https://github.com/getsentry/team-sdks/issues/100
### How do you use Sentry? Sentry SaaS (sentry.io) ### SDK version 4.8.0 ### Laravel version 11.9 ### Steps to reproduce 1. Set up tracesSampler to conditionally sample an auto...