mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Update sentry DSN to self hosted
This commit is contained in:
parent
92d0b4f931
commit
c4df49b0fb
3 changed files with 8 additions and 7 deletions
|
@ -11,7 +11,7 @@ variables:
|
|||
minorVersion: $[counter('minorVersion', 1076)]
|
||||
lidarrVersion: '$(majorVersion).$(minorVersion)'
|
||||
buildName: '$(Build.SourceBranchName).$(lidarrVersion)'
|
||||
sentryOrg: 'lidarr'
|
||||
sentryOrg: 'radarr'
|
||||
dotnetVersion: '3.1.100'
|
||||
|
||||
trigger:
|
||||
|
@ -262,8 +262,9 @@ stages:
|
|||
and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
||||
)
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: $(sentryAuthToken)
|
||||
SENTRY_AUTH_TOKEN: $(sentryAuthTokenSelfHosted)
|
||||
SENTRY_ORG: $(sentryOrg)
|
||||
SENTRY_URL: https://sentry.radarr.video
|
||||
|
||||
- stage: Unit_Test
|
||||
displayName: Unit Tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue