Skip to content

Commit 25ce9ee

Browse files
committed
update(sentry): update config
1 parent cd5a5b6 commit 25ce9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import App from 'Components/App'
1313
import ErrorBoundary from 'Components/ErrorBoundary'
1414
import ConnectedIntlProvider from 'Components/ConnectedIntlProvider'
1515

16-
const dsn = inProduction ? 'https://0db09ebcfc15d28247ed8ba70ae6cf98@toska.it.helsinki.fi/10' : null
16+
const dsn = 'https://0db09ebcfc15d28247ed8ba70ae6cf98@toska.it.helsinki.fi/10'
1717

1818
const filterReduxStateForSentry = event => {
1919
const url = event.request?.url ?? ''

0 commit comments

Comments
 (0)