sentry-php
sentry-php copied to clipboard
The official PHP SDK for Sentry (sentry.io)
This is a rough outline about the changes we're planning to make in the next major version of the PHP SDK. - [x] Remove remaining Metrics code - [x] #1897...
### Problem Statement When a 3rd party access our API's, it can set headers like "Traceparent" and "Tracestate", which trigger trace propagation on our backend, even though the trace sample...
We should double check for any unwanted truncation logic in the SDK. Refs https://github.com/getsentry/projects/issues/837
Adds support for ClientReports. This PR only adds the possibility to send client reports, it does not collect them yet
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. Release notes Sourced from actions/create-github-app-token's releases. v2.2.1 2.2.1 (2025-12-05) Bug Fixes deps: bump the production-dependencies group with 2 updates (#311) (b212e6a) Commits 29824e6 build(release):...
We want to define a set of [lightweight metrics](https://docs.sentry.io/product/explore/metrics/) that SDKs can automatically collect for e.g. framework, language or platform, focusing only on signals that **do NOT overlap with Tracing**....
Implement basic ClientReport parts so they can be added and sent and properly ingested. This issue only includes adding the possibility to send them, not to add them to all...
### Problem Statement For our projects we use atomic/zero-downtime deployments, meaning the location of the code changes. E.g: - /path/to/project/releases/16 - /path/to/project/releases/17 - /path/to/project/releases/18 Right now this would require us...
Ideally this becomes a non breaking change so that we can forward all hub calls to the proper scopes. Also consider how to make this work with frankenPHP worker mode.
There are multiple ways how we could deprecate/remote `startTransaction`: ### Alter the signature to allow returning `null` values We would check the current `trace_lifecycle` value and depending on the value,...