Skip to content

Commit 2ccb30e

Browse files
authored
Merge pull request #5103 from StoDevX/hosted-sentry
Switch to sentry.io
2 parents dda58e1 + 3c89abd commit 2ccb30e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/analyze-and-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
FASTLANE_SKIP_UPDATE_CHECK: '1'
5656
FASTLANE_DISABLE_ANIMATION: '1'
5757
SENTRY_ORG: frog-pond-labs
58-
SENTRY_URL: https://sentry.frogpond.tech/
5958
SENTRY_PROJECT: all-about-olaf
60-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
59+
SENTRY_AUTH_TOKEN: ${{ secrets.HOSTED_SENTRY_AUTH_TOKEN }}
6160
GITHUB_KEYS_REPOSITORY_TOKEN: ${{ secrets.GITHUB_KEYS_REPOSITORY_TOKEN }}
6261

6362
ios:
@@ -83,9 +82,8 @@ jobs:
8382
FASTLANE_SKIP_UPDATE_CHECK: '1'
8483
FASTLANE_DISABLE_ANIMATION: '1'
8584
SENTRY_ORG: frog-pond-labs
86-
SENTRY_URL: https://sentry.frogpond.tech/
8785
SENTRY_PROJECT: all-about-olaf
88-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
86+
SENTRY_AUTH_TOKEN: ${{ secrets.HOSTED_SENTRY_AUTH_TOKEN }}
8987
GITHUB_KEYS_REPOSITORY_TOKEN: ${{ secrets.GITHUB_KEYS_REPOSITORY_TOKEN }}
9088
- run: yarn detox build e2e --configuration ios.sim.release | xcpretty
9189
- run: yarn detox test e2e --configuration ios.sim.release --cleanup

source/init/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {setVersionInfo, setAppName, setTimezone} from '@frogpond/constants'
22

33
export const SENTRY_DSN =
4-
'https://[email protected]/2'
4+
'https://[email protected]/5637838'
55

66
import {version, name} from '../../package.json'
77

0 commit comments

Comments
 (0)