sentry-php
sentry-php copied to clipboard
The official PHP SDK for Sentry (sentry.io)
### 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...
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...
### 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...
### 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.
### 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...
### 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,...
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...
### 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...
### 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...
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,...