Skip to content

Report GitHub Actions runs to Sentry as Transactions/Events. Allows teams to observe and debug their CI/CD pipeline like the rest of their software.

License

Notifications You must be signed in to change notification settings

urcomputeringpal/sentry-actions

Repository files navigation

image

Usage

name: sentry-actions
on:
  workflow_run:
    # Sample completed workflows
    types: [completed]
    # List the names of the workflows you'd like to sample
    workflows:
      - docker
      - test
      - fail
jobs:
  sentry-actions:
    runs-on: ubuntu-latest
    steps:
      - uses: urcomputeringpal/sentry-actions@main
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
          SENTRY_RELEASE: ${{ github.sha }}
          SENTRY_ENVIRONMENT: production

About

Report GitHub Actions runs to Sentry as Transactions/Events. Allows teams to observe and debug their CI/CD pipeline like the rest of their software.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks