sentry-github-actions-app icon indicating copy to clipboard operation
sentry-github-actions-app copied to clipboard

Span op and span name should be split

Open BYK opened this issue 3 years ago • 3 comments

Right now the spans take the name of the steps as their "operation" and their names are empty. I'd argue that names should be mapped to names and operation should be something like uses: actions/checkout@v3 etc.

BYK avatar Aug 30 '22 12:08 BYK

Yes, definitely. This is something I did not understand well.

armenzg avatar Aug 30 '22 12:08 armenzg

We did try to develop a standard list of span operations - perhaps we can pull from there, or add to that list: https://develop.sentry.dev/sdk/performance/span-operations/

AbhiPrasad avatar Aug 31 '22 21:08 AbhiPrasad

We should probably add. The closest I find is https://develop.sentry.dev/sdk/performance/span-operations/#messagesqueues but only job.exec applies there to an extent.

BYK avatar Sep 02 '22 13:09 BYK