vn-verdnaturachat/app/utils
IlarionHalushka 59a71ffaef [CHORE] Bugsnag logging setup (#1145)
* initial bugsnag setup

* upload sourcemaps to bugsnag during ios-build job

* fix: spacing in config.yml

* add yarn global add react-native

* add separate step: Upload sourcemaps to Bugsnag

* add brew install watchman

* install react-native-cli, remove install watchman

* upload source maps for android build

* add yarn add global react-native react-native-cli for android-build ci job

* add working_directory to android-build

* install npm i -g react-native react-native-cli

* add Install Node step to android-build job

* export path to node to bash_profile

* add step Install React Native CLI to android build job

* use yarn generate-source-maps in ci; exchange firebase log -> bugsnag log

* implement send(toggle) crash reports button

* move BUGSNAG_API_KEY to config file; remove generated source maps files

* unlink bugsnag

* add ios/Pods files connected to Bugsnag; fix ci android build job

* export firebase analytics also from /utils/log

* use `log(e)` instead of `log(error)`

* API Key changes

* pod install

* Fix iOS build

* Simulate error

* lint

* Add navigation

* Use projectRoot

* Revert project root

* - Don't run on forks
- Upload dSYMs

* Remove error sim

* Remove automatic dSYMs upload

* Remove fastlane-plugin-bugsnag
2019-08-23 10:18:47 -03:00
..
touch Room item layout (#771) 2019-03-29 16:36:07 -03:00
debounce.js [WIP] Improves (#245) 2018-03-02 21:31:44 +00:00
deviceInfo.js [NEW] Settings view (#900) 2019-06-11 11:01:40 -03:00
events.js [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
info.js [IMPROVEMENT] Reusable toast (#1065) 2019-07-23 11:02:57 -03:00
isValidEmail.js Use Rest API calls (#558) 2018-12-05 18:52:08 -02:00
log.js [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
media.js [FIX] Empty white list enables all media types upload (#1080) 2019-07-29 15:26:18 -03:00
moment.js [FIX] Moment locales (#1066) 2019-07-23 11:07:18 -03:00
navigation.js [CHORE] Bugsnag logging setup (#1145) 2019-08-23 10:18:47 -03:00
openLink.js [IMPROVEMENT] Use expo-web-browser (#992) 2019-06-21 13:39:20 -03:00
random.js [NEW] OAuth (#241) 2018-02-23 17:29:05 -03:00
room.js [NEW] Share extension (#942) 2019-07-18 14:44:02 -03:00
scaling.js [NEW] Onboarding (#407) 2018-08-10 14:26:36 -03:00
scrollPersistTaps.js Emoji picker (#185) 2018-01-16 16:48:05 -02:00
throttle.js Beta (#265) 2018-04-24 17:08:17 -03:00