Skip to content

Commit cd5a5b6

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

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://f353e91b30d3011c493190d976820183@toska.cs.helsinki.fi/18' : null
16+
const dsn = inProduction ? 'https://0db09ebcfc15d28247ed8ba70ae6cf98@toska.it.helsinki.fi/10' : null
1717

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

0 commit comments

Comments
 (0)