We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bca1a1 commit bb80f7bCopy full SHA for bb80f7b
web/apps/labelstudio/src/config/Sentry.ts
@@ -5,7 +5,7 @@ import { Integrations } from "@sentry/tracing";
5
import { Route } from "react-router-dom";
6
7
export const initSentry = (history: RouterHistory) => {
8
- if (APP_SETTINGS.debug === false && APP_SETTINGS.frontend_sentry_dsn) {
+ if (APP_SETTINGS.debug === false && APP_SETTINGS.sentry_dsn) {
9
setTags();
10
Sentry.init({
11
dsn: APP_SETTINGS.sentry_dsn,
0 commit comments