mattermost-mobile/fastlane
Harrison Healey 3ac7b48adc RN-289 Sentry integration (#873)
* 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
2017-09-01 14:50:17 -03:00
..
actions Renaming the bundle and package Ids (#721) 2017-07-07 16:37:05 -04:00
metadata Update full_description.txt (#837) 2017-08-10 11:40:11 -04:00
screenshots Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
Fastfile RN-289 Sentry integration (#873) 2017-09-01 14:50:17 -03:00
Gemfile Renaming the bundle and package Ids (#721) 2017-07-07 16:37:05 -04:00
Gemfile.lock Appconfig support for iOS and Android (#856) 2017-08-18 12:19:00 -04:00
Matchfile PLT-5489 About Mattermost (#406) 2017-03-27 17:05:33 -03:00
Pluginfile Renaming the bundle and package Ids (#721) 2017-07-07 16:37:05 -04:00
README.md Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00

fastlane documentation

Installation

sudo gem install fastlane

Available Actions

iOS

ios dev

fastlane ios dev

Build Release file

This will also make sure the profile is up to date

ios beta

fastlane ios beta

Submit a new Beta Build to Apple TestFlight

This will also make sure the profile is up to date

ios release

fastlane ios release

Deploy a new version to the App Store

ios build

fastlane ios build

Android

android dev

fastlane android dev

android beta

fastlane android beta

android release

fastlane android release

This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.