This PR adds group and action names to the traces emitted, making it possible to determine which actions are taking the most time to run, or fail the most often. Resolves https://github.com/oscope-dev/scope/issues/154
Dynamic trace names are discouraged by tracing's const trace name argument, so names are provided as fields.
This PR adds group and action names to the traces emitted, making it possible to determine which actions are taking the most time to run, or fail the most often. Resolves https://github.com/oscope-dev/scope/issues/154
Dynamic trace names are discouraged by
tracing
'sconst
trace name argument, so names are provided as fields.