Open BYK opened 2 years ago
Yes, definitely. This is something I did not understand well.
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/
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.
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 likeuses: actions/checkout@v3
etc.