Skip to content

Add transaction.id to all errors #147

@watson

Description

@watson

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions