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

The official PHP SDK for Sentry (sentry.io)

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

Many other APM services offer automatic instrumentation for PHP via an installable extension (a .so file). For those of us running complicated frameworkless PHP applications, who don't want to add...

Type: Question
Type: Discussion

Atm, the ExceptionDataBag does not include the exception's severity and it's not possible to get it either, since the exception itself is not in the DataBag too It would be...

Type: Feature

people will upload excels to our app but the excel contents may not fit to our requirements and sometimes our app will crash... therefore, it could be easier for us...

Type: Feature
Misc: Help Wanted
Status: Backlog

### **Describe the idea** As a server side platform PHP applications instrumented with the Sentry SDK should continue to propagate dynamic sampling context data to all outgoing requests. The SDK...

Type: Feature
Status: In Progress

`php 7.4` `"sentry/sdk": "2.0.3"` there is a problem on `Sentry\init()` initializing if you require multiple composer autoload with different packages. (**note: sentry is present in one of them**) because of...

The first phase of our PoC we want to ensure there is a simple way to deploy relay as a sidecar with a PHP application manually ### Problem Statement We...

Status: Backlog

Send transport exceptions to logger, instead of ignoring, thus allowing for the problem to be noticed and handled. Currently an exception thrown on line 155 gets swallowed by the "catch"...

Status: Stale

Relates to #1313. This adds a `use_local_relay` option to the SDK option you can supply like: ```php Sentry\init([ 'dsn' => 'https://[email protected]/1234', 'use_local_relay' => true, ]); ``` Internally this will result...

Type: Discussion
Status: In Progress

This is an interesting additional feature, that would be a required stepping stone for me to proceed with the strategy outlined in https://github.com/getsentry/sentry-symfony/issues/337#issuecomment-800920045.

Type: Feature
Status: Backlog

### Description We've updated the docs (https://github.com/getsentry/develop/pull/551) to explain how we would like to handle event filter order, updating of sessions for dropped events and sending of session updates. We...

Status: Backlog