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

Can we support `operation duration`? I think there is such a display in the vue package. > ![image](https://user-images.githubusercontent.com/3645410/133869436-b38b55e2-b497-4b1a-b8d0-c847ee4e4bf1.png) > ![image](https://user-images.githubusercontent.com/3645410/133869505-45306cb3-3e3f-4fa4-9bd9-b1e13b872e74.png)

Type: Improvement
Status: Needs Information
Status: Backlog

Before we figure out how our PHP SDK can communicate with relay running as a sidecar, or what we want that instance of relay to do exactly, we need to...

Type: Feature
Type: Improvement
Status: Backlog

Sentry can monitor the health of releases by checking session data it receives from the SDK. In other SDKs this session data is already automatically collected. In SDK for Python...

Status: Backlog

### Environment PHP 7.4.13 Sentry SaaS (sentry.io) We are using an in-house framework, so no laravel or symphony and we don't use promises in the application itself (not sure if...

Type: Question
Status: Backlog

You are creating Error plugin directly in [code](https://github.com/getsentry/sentry-php/blob/3.3.1/src/HttpClient/HttpClientFactory.php#L168). That's why I can't pass my own config to that plugin. How can I configure these plugins?

Misc: Help Wanted
Status: Backlog

Related to https://github.com/getsentry/sentry-symfony/issues/46#issuecomment-780003387 > it should be possible to change the way the client is built during the container compilation so that if the DSN is null then we skip...

Type: Improvement
Status: Confirmed
Status: Backlog

https://docs.sentry.io/platforms/php/configuration/transports/ seems quite wrong instructions for v3.2.2...

Type: Documentation
Status: Stale

We would like to add a configuration file per SDK starting with PHP or a PHP framework, which will allow for creating a machine readable feature availability form. Related requests:...

Status: Backlog

### Problem Statement It is possible to use Sentry as endpoint for collecting CSP violations, see https://docs.sentry.io/product/security-policy-reporting/. In order to do so, it requires passing a specific report-uri value to...

Type: Feature
Status: Confirmed

Fixes #1363. This is just a backport of what the Ruby SDK does, nothing more nothing less.

Type: Feature
Status: Confirmed