From a1ab06dcfccef90192b90910aecdddbc505eca00 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 26 Oct 2021 22:20:52 -0400 Subject: sentry stuff --- src/config/example-options.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config') 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: [ -- cgit