sentry-github-actions-app
sentry-github-actions-app copied to clipboard
Span op and span name should be split
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.
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.