mattermost-mobile/assets/base/config.json
Dmitry Lyzlov d0bc2c9f7a
Replaced hardcoded value in Sentry hook with config value (#7239)
* Reworked hardcoded value in Sentry hook with config value

* Fixed type checking
2023-04-05 15:43:53 +02:00

30 lines
832 B
JSON

{
"DefaultServerUrl": "",
"DefaultServerName": "",
"TestServerUrl": "http://localhost:8065",
"AutoSelectServerUrl": false,
"WebsiteURL": "https://mattermost.com",
"ServerNoticeURL": "https://github.com/mattermost/mattermost-server/blob/master/NOTICE.txt",
"MobileNoticeURL": "https://github.com/mattermost/mattermost-mobile/blob/master/NOTICE.txt",
"RudderApiKey": "",
"SentryEnabled": false,
"SentryDsnIos": "",
"SentryDsnAndroid": "",
"SentryOptions": {
"deactivateStacktraceMerging": true,
"autoBreadcrumbs": {
"xhr": false,
"console": true
},
"severityLevelFilter": ["fatal"]
},
"ShowReview": false,
"ShowOnboarding": false,
"ExperimentalNormalizeMarkdownLinks": false,
"CustomRequestHeaders": {}
}