Checkout: Add tags to sentry error log in checkout error boundary (#9… #19725
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Sentry Release | |
on: | |
push: | |
branches: | |
- 'trunk' | |
jobs: | |
create-release: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Create Sentry release | |
uses: getsentry/action-release@v1 | |
env: | |
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | |
SENTRY_ORG: a8c | |
SENTRY_PROJECT: calypso | |
with: | |
finalize: false | |
version_prefix: calypso_ |