Add SENTRY_TUNNEL option (#4298)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Kedas
2022-10-15 15:12:38 -07:00
committed by GitHub
parent 7bac696eaf
commit 97a50b20da
6 changed files with 21 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ export type PublicEnv = {
DEPLOYMENT: string | undefined;
ENVIRONMENT: string;
SENTRY_DSN: string | undefined;
SENTRY_TUNNEL: string | undefined;
TEAM_LOGO: string | undefined;
SLACK_CLIENT_ID: string | undefined;
SLACK_APP_ID: string | undefined;