getsentry / getsentry/sentry-php
`TransactionIntegration` should always set a transaction
Open
5.0
Improvement
PHP
- Dominant language
- PHP
- Stars
- 1.9k
- Forks
- 474
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.