You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StartTransaction("name", "") will yield a transaction document without a transaction type field. Similar story for StartSpan("name", ""). The UI rightfully expects a non-empty transaction type and span type.
To Reproduce
Steps to reproduce the behavior:
Using the agent's API, call StartTransaction("name", "").End() and StartSpan("name", "").End()
Wait for ~15 seconds
Check that the transaction and span are visible in the APM UI
Expected behavior
A default transaction/span type should be set, so the events are visible in the UI.
The text was updated successfully, but these errors were encountered:
Describe the bug
StartTransaction("name", "")
will yield a transaction document without a transaction type field. Similar story forStartSpan("name", "")
. The UI rightfully expects a non-empty transaction type and span type.To Reproduce
Steps to reproduce the behavior:
StartTransaction("name", "").End()
andStartSpan("name", "").End()
Expected behavior
A default transaction/span type should be set, so the events are visible in the UI.
The text was updated successfully, but these errors were encountered: