getsentry / sentry-github-actions-app

This app allows your organization to instrument Github Actions with Sentry. You can use this to get insight of what parts of your CI are slow or failing often
MIT License
18 stars 8 forks source link

Span op and span name should be split #61

Open BYK opened 2 years ago

BYK commented 2 years ago

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.

armenzg commented 2 years ago

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

AbhiPrasad commented 2 years ago

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/

BYK commented 2 years ago

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.