Skip to content

Commit bb80f7b

Browse files
westhyenabmartel
andauthored
chore: change to frontend_sentry_dsn to sentry_dsn
Co-authored-by: bmartel <[email protected]>
1 parent 0bca1a1 commit bb80f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/apps/labelstudio/src/config/Sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Integrations } from "@sentry/tracing";
55
import { Route } from "react-router-dom";
66

77
export const initSentry = (history: RouterHistory) => {
8-
if (APP_SETTINGS.debug === false && APP_SETTINGS.frontend_sentry_dsn) {
8+
if (APP_SETTINGS.debug === false && APP_SETTINGS.sentry_dsn) {
99
setTags();
1010
Sentry.init({
1111
dsn: APP_SETTINGS.sentry_dsn,

0 commit comments

Comments
 (0)