Skip to content

Commit

Permalink
fix: sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Apr 28, 2024
1 parent 5b732d4 commit 09f5f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
secrets:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: GatsbyConfig = {
},
sentry: {
org: "cronit",
project: "cronit.io",
project: "website",
dsn: "https://[email protected]/2",
},
googleAnalytics: {
Expand Down

0 comments on commit 09f5f05

Please sign in to comment.