File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ jobs:
145145 - name : Create Sentry release
146146 uses : getsentry/action-release@v1
147147 env :
148- SENTRY_URL : https://toska.cs .helsinki.fi/
148+ SENTRY_URL : https://toska.it .helsinki.fi/
149149 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
150- SENTRY_ORG : toska
151- SENTRY_PROJECT : mobvita
150+ SENTRY_ORG : sentryrevita
151+ SENTRY_PROJECT : frontend
152152 with :
153153 environment : staging
154154 set_commits : ' skip'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import App from 'Components/App'
1313import ErrorBoundary from 'Components/ErrorBoundary'
1414import ConnectedIntlProvider from 'Components/ConnectedIntlProvider'
1515
16- const dsn = inProduction ? 'https://f353e91b30d3011c493190d976820183 @toska.cs .helsinki.fi/18 ' : null
16+ const dsn = inProduction ? 'https://0db09ebcfc15d28247ed8ba70ae6cf98 @toska.it .helsinki.fi/10 ' : null
1717
1818const filterReduxStateForSentry = event => {
1919 const url = event . request ?. url ?? ''
You can’t perform that action at this time.
0 commit comments