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

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

Results 14 sentry-github-actions-app issues
Sort by recently updated
recently updated
newest added

This project has originally been written for internal use in order to answer questions about getsentry's Github CI usage. We would like to know if there's enough external interest to...

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...

bug

When doing some investigation into flakey tests, we noticed a weird pattern for tests that we couldn't figure out. Upon inspecting the data more closely, we realized these were occuring...

This will be useful to determine if an error is still happening within the CI. This would require fetching the logs or checking the annotations API.

For customers to understand what is the value they get. If you already use Sentry for your organization, you can use this app to transform Github's CI into just another...

I tried to set it up as we did `gitbot` but I failed to make it work. See notes on `gitbot` repository.

For instance, the frontend dist would fail to download in some cases: https://github.com/getsentry/sentry/pull/35858

We're currently using workflow jobs: @asottile-sentry mentions that it is possible to use workflow runs for this app. This was not originally available when the prototype was written. This could...

It would be ideal to have the ability of adding tags to incoming requests. For instance, I could query some of these data: | Tag | Example Value | |-----|----------------|...

Because development is better that way.