Skip to content

Commit

Permalink
ci: add missing Sentry config to release package build (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw authored Oct 30, 2024
1 parent e1a7c7e commit d2f99ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:
POSTHOG_PRODUCTION_TOKEN: ${{ startsWith(github.ref, 'refs/heads/release') && secrets.POSTHOG_PRODUCTION_TOKEN || '' }}
PRODUCTION_MODE_TRACKING: ${{ startsWith(github.ref, 'refs/heads/release') && 'true' || 'false' }}
BANXA_LACE_URL: ${{ startsWith(github.ref, 'refs/heads/release') && 'https://lacewallet.banxa.com/' }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}

build:
name: Build Lace
Expand Down

0 comments on commit d2f99ec

Please sign in to comment.