We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transaction.id
Associate all logged errors with the transaction that was active at the time the error occurred.
This is done by adding the following property and object to the root of the error JSON document sent to the intake API:
"transaction": { "id": "<uuid>" }
Related APM Server PR: elastic/apm-server/pull/437
The text was updated successfully, but these errors were encountered:
feat(errors): associate errors with active transaction
c3b9f26
Closes elastic#147
306d9b0
56d8f1f
Closes #147
watson
No branches or pull requests
Associate all logged errors with the transaction that was active at the time the error occurred.
This is done by adding the following property and object to the root of the error JSON document sent to the intake API:
Related APM Server PR: elastic/apm-server/pull/437
The text was updated successfully, but these errors were encountered: