Skip to content

Commit

Permalink
🐛 Fix missing sentry dsn in functions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 10, 2024
1 parent e5b7be9 commit ca9ad2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions functions/.env.likecoin-button
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EXTERNAL_HOSTNAME=button.like.co
SENTRY_DSN=https://[email protected]/1228748
SENTRY_REPORT_URI=https://sentry.io/api/1228748/security/?sentry_key=1c744ab5538a47d7abfff406840f93b2
1 change: 1 addition & 0 deletions functions/.env.likecoin-button-develop
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
IS_TESTNET=TRUE
EXTERNAL_HOSTNAME=button.rinkeby.like.co
SENTRY_DSN=https://[email protected]/1423839
SENTRY_REPORT_URI=https://sentry.io/api/1228748/security/?sentry_key=1c744ab5538a47d7abfff406840f93b2

0 comments on commit ca9ad2e

Please sign in to comment.