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

`TransactionIntegration` should always set a transaction

Open cleptric opened this issue 1 year ago • 0 comments

https://github.com/getsentry/sentry-php/blob/1b9e3b2f9304f777b5b0eb98e3b770d820ecb888/src/Integration/TransactionIntegration.php#L39-L43

We should make sure we always end up writing something into $event->transaction, to offer a better UX in the product. With my local setup, $_SERVER['PATH_INFO'] seems to be not populated, using Apache.

cleptric avatar Mar 08 '24 09:03 cleptric