sentry-laravel
sentry-laravel copied to clipboard
The official Laravel SDK for Sentry (sentry.io)
### 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....
### 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...
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:...
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
I often use Value Objects as values in Eloquent queries, these classes look something like this: ```php
### 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...
### 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...
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"...
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 ....
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,...