* Added JS code for Sentry * Removed leftover initializeSentry call * Added SentryOptions config setting * Added native components for react-native-exception-handler * Removed default props from ErrorText * Moved where Sentry is initialized * Added ios/sentry.properties to .gitignore * Added linking react-native-sentry to Fastlane * Fixed fastlane to include newlines in sentry.properties * Moved to manually link react-native-sentry * Captured redux errors with Sentry * Redid how Sentry is optionally compiled to be simpler * Added Sentry middleware to create redux breadcrumbs * Added Sentry tags for server version * Initialize Sentry when testing * Fixed string replacement for SentryEnabled in fastlane * Added react-native-sentry to NOTICE.txt
21 lines
628 B
JSON
21 lines
628 B
JSON
{
|
|
"DefaultServerUrl": "",
|
|
"TestServerUrl": "http://localhost:8065",
|
|
"DefaultTheme": "default",
|
|
"ShowErrorsList": false,
|
|
"MinServerVersion": "4.0.0",
|
|
"PlatformNoticeURL": "https://about.mattermost.com/platform-notice-txt/",
|
|
"MobileNoticeURL": "https://about.mattermost.com/mobile-notice-txt/",
|
|
"SegmentApiKey": "3MT7rAoC0OP7yy3ThzqFSAtKzmzqtUPX",
|
|
|
|
"SentryEnabled": false,
|
|
"SentryDsnIos": "",
|
|
"SentryDsnAndroid": "",
|
|
"SentryOptions": {
|
|
"deactivateStacktraceMerging": true,
|
|
"autoBreadcrumbs": {
|
|
"xhr": false,
|
|
"console": true
|
|
}
|
|
}
|
|
}
|