sentry-laravel icon indicating copy to clipboard operation
sentry-laravel copied to clipboard

The official Laravel SDK for Sentry (sentry.io)

Results 47 sentry-laravel issues
Sort by recently updated
recently updated
newest added

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...

Improvement
Crons
Laravel
Checks

With laravel/framework#51560 we are now able to trace cache operations. Added the needed plumbing (enabled by default).

Type: Improvement

### 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...

Type: Bug

### 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...

Type: Discussion
Improvement
Laravel
Errors

### 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 //...

Feature
Laravel

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 -...

![image](https://github.com/user-attachments/assets/35d60b02-faed-42cb-9bbb-cd794f688dbb) 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

Type: Improvement

### 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...

Type: Bug