The problem
We pass uuids of internal errors through our client API, so that clients can trace and report them back to us. Because there is currently no way of getting the uuid that the agent assigns to errors, we have to add a tag with another uuid, that we can also pass with the error response.
Preferred solution
Having apm.captureError() return the assigned uuid through callback or directly.
Alternatives considered
Using tags with a different uuid.