chore: Sentry performance monitoring (#1841)

* Hook up performance monitoring

* lint
This commit is contained in:
Tom Moor
2021-01-22 20:42:45 -08:00
committed by GitHub
parent 11e1108f4a
commit f6370ccf6d
7 changed files with 118 additions and 29 deletions

View File

@ -52,7 +52,6 @@ const renderApp = async (ctx, next) => {
.toString()
.replace(/\/\/inject-env\/\//g, env)
.replace(/\/\/inject-prefetch\/\//g, prefetchTags)
.replace(/\/\/inject-sentry-dsn\/\//g, process.env.SENTRY_DSN || "")
.replace(/\/\/inject-slack-app-id\/\//g, process.env.SLACK_APP_ID || "");
};