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

### Environment How do you use Sentry? Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) Which SDK and version? e.g: JavaScript 5.11.1, .NET 1.2.0 ### Steps to Reproduce 1. What 2....

Type: Bug

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? sentry-laravel 2.12.0 ### Steps to Reproduce Sending transactions ### Expected Result High quality transactions ### Actual...

Type: Improvement
Status: Backlog

When I run the `app('sentry')->captureException($error);` , the speed of the program is very slow. i think you need to job in laravel or lumen.But this has many problems، for example:...

Type: Improvement
Status: Backlog

Hey! Would be awesome to add support for tracing http requests made via the laravel HTTP client. Should be fairly easy as events are fired. https://laravel.com/docs/9.x/http-client#events

Type: Improvement
Status: Backlog

I often use Value Objects as values in Eloquent queries, these classes look something like this: ```php

Type: Improvement
Status: Backlog

### Environment **How do you use Sentry?** Sentry SaaS (sentry.io) **Which SDK and version?** Laravel 8.0 `sentry/sentry-laravel:2.11.0` ### Steps to Reproduce 1. Configure Sentry in Laravel Log channels by following...

Type: Improvement

### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? sentry.php.laravel 2.8.0 ### Steps to Reproduce Whenever an error happens from inside a blade file, they...

Improvement
Laravel
Errors

Currently, there is support for tracing HTTP requests (ie. controller requests), and the breadcrumbs, etc within, as well as queued jobs, but there is no support for tracing "Scheduled Tasks"...

Type: Improvement
Status: Backlog

on laravel 9 site with sentry/sentry-laravel I want to add custom errors and I do it in common control method: throw new Exception($request->source . ' : ' . $request->message ....

Type: Question

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

Type: Feature