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

The official PHP SDK for Sentry (sentry.io)

Results 85 sentry-php issues
Sort by recently updated
recently updated
newest added

### Add support for Dynamic Sampling We decided not to access the request internally and will instead rely on people passing in a correctly populated `TransactionContext` to be able to...

Type: Feature
Status: In Progress

A few ideas on how we can make the whole release process a bit more straightforward and align it better with other SDKs. ### Generate changelogs Like on the Python...

Type: Improvement
Status: Backlog

### How do you use Sentry? Self-hosted/on-premise ### Version 3 ### Steps to Reproduce 1) Have a lot of applications 2) Log a lot of stuff 3) Do nothing but...

Status: Needs Information
Status: Stale

### Problem Statement https://develop.sentry.dev/sdk/performance/#tracepropagationtargets The `GuzzleTracingMiddleware` currently propagates the `sentry-trace` and soon the `baggage` header on each instrumented request. ### Solution Brainstorm Add the `tracePropagationTargets` option.

Status: Confirmed
Status: Backlog

### Problem Statement I would like to know which PHP frameworks are people using with our [sentry/sdk](https://packagist.org/packages/sentry/sdk) so we can make a better informed decisions on which frameworks to support...

Type: Feature

### Problem Statement The `store` API is considered deprecated and should not be used to send events anymore. https://github.com/getsentry/sentry-php/blob/master/src/Transport/HttpTransport.php#L115-L123 ### Solution Brainstorm As this will be a BC breaking change,...

Type: Deprecation
Status: Backlog

One of the most common ways frameworks integrate Sentry is by using `captureException` somewhere in the framework-specific error handling code. This creates a small issue though, as everything that gets...

Type: Improvement
Status: Backlog

### Problem Statement In infinite commands, excimer will break with memory limit after some time. Haven't found a way to stop it (either after memory being close to limit or...

Type: Improvement

### Problem Statement PHPUnit 11 checks for any leftovers in error handlers https://github.com/sebastianbergmann/phpunit/pull/5619 ### Solution Brainstorm When `\Sentry\ErrorHandler::registerOnceErrorHandler()` is called, error handler is registered. It would be nice to add...

Type: Improvement

Improves the following: - [x] Coalesce installed integration messages to a single line - [x] Successful transmission of all event types - [ ] More detailed send logs (event type,...

Type: Improvement