We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5a5b6 commit 25ce9eeCopy full SHA for 25ce9ee
client/index.js
@@ -13,7 +13,7 @@ import App from 'Components/App'
13
import ErrorBoundary from 'Components/ErrorBoundary'
14
import ConnectedIntlProvider from 'Components/ConnectedIntlProvider'
15
16
-const dsn = inProduction ? 'https://0db09ebcfc15d28247ed8ba70ae6cf98@toska.it.helsinki.fi/10' : null
+const dsn = 'https://0db09ebcfc15d28247ed8ba70ae6cf98@toska.it.helsinki.fi/10'
17
18
const filterReduxStateForSentry = event => {
19
const url = event.request?.url ?? ''
0 commit comments