Merge pull request #18948 from vector-im/config-sentry-develop

Configure sentry on develop
pull/18960/head
James Salter 2021-09-08 16:36:38 +01:00 committed by GitHub
commit dec8795f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -48,5 +48,9 @@
"privacyPolicyUrl": "https://element.io/privacy",
"termsOfServiceUrl": "https://element.io/terms-of-service",
"url": "https://ems.element.io/element-home/in-app-loader"
},
"sentry": {
"dsn": "https://029a0eb289f942508ae0fb17935bd8c5@sentry.matrix.org/6",
"environment": "develop"
}
}