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

### Problem Statement I have issue with livewire2 and sentry. Each action of livewire, it will make transaction like " livewire?component=pos.pos-transaction". But my url is pos/pos-transaction. How can I group...

Improvement
Laravel

### How do you use Sentry? Sentry SaaS (sentry.io) ### SDK version 4.14.1 ### Laravel version 11.45.1 ### Steps to reproduce I was getting the same stack trace as reported...

Bug
Laravel

A fix was implemented to prevent session keys from appearing as cache keys in Sentry's session overview. * Three new private methods were added to `src/Sentry/Laravel/Features/CacheIntegration.php`: * `isSessionKey(string $key): bool`...

### Problem Statement Currently our session overview shows which cache keys are being HIT and MISS'ed etc. However many users are using their caches for sessions storage. This means that...

Improvement
Laravel

In [HTTP Requests within SQL Transactions](https://linear.app/getsentry/project/sql-issue-detection-f94b4c4af773/overview#milestone-343cae13-49fe-4c07-95d6-cc28aefef58f) we would like to detect when HTTP client requests are being made during a SQL transaction however to do this correctly, we need to...

Laravel
Spans

### Problem Statement Provide an integration for [MongoDB](https://github.com/mongodb/laravel-mongodb) Developers working with MongoDB, should get more value out of Sentry performance insights: Cangelog: [MongoDB is now Supported by Queries](https://sentry.io/changelog/mongodb-is-now-supported-by-queries/) ### Solution...

Feature
Laravel

This PR adds a new `--sentry-trace` global CLI option. Every Artisan command can be triggered with this option and the Sentry SDK will wrap its execution in a transaction. In...

Improvement