Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransactionIntegration should always set a transaction #1715

Open
cleptric opened this issue Mar 8, 2024 · 0 comments
Open

TransactionIntegration should always set a transaction #1715

cleptric opened this issue Mar 8, 2024 · 0 comments
Assignees

Comments

@cleptric
Copy link
Member

cleptric commented Mar 8, 2024

if (isset($hint->extra['transaction']) && \is_string($hint->extra['transaction'])) {
$event->setTransaction($hint->extra['transaction']);
} elseif (isset($_SERVER['PATH_INFO'])) {
$event->setTransaction($_SERVER['PATH_INFO']);
}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants