diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-26 22:20:52 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-26 22:20:52 -0400 |
commit | a1ab06dcfccef90192b90910aecdddbc505eca00 (patch) | |
tree | d2938e97ac06fc62fe17f5ec1fa4d927dc2922a6 /src/config | |
parent | 3aeddeccc3765e532f6f965612873ab4a03bddd1 (diff) | |
download | tanzanite-a1ab06dcfccef90192b90910aecdddbc505eca00.tar.gz tanzanite-a1ab06dcfccef90192b90910aecdddbc505eca00.tar.bz2 tanzanite-a1ab06dcfccef90192b90910aecdddbc505eca00.zip |
sentry stuff
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/example-options.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index f6b9dc1..aafda05 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -8,7 +8,8 @@ export default new Config({ hypixelApiKey: '[API_KEY]', wolframAlphaAppId: '[APP_ID]', imgurClientId: '[CLIENT_ID]', - imgurClientSecret: '[CLIENT_SECRET]' + imgurClientSecret: '[CLIENT_SECRET]', + sentryDsn: 'SENTRY_DSN' }, environment: 'development', owners: [ |