sentry-php
sentry-php copied to clipboard
`TransactionIntegration` should always set a transaction
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.