You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrapper plugin for uploading builds to App Store and Play Store with Instabug-specific metadata reporting.
15
+
Wrapper plugin for uploading builds to App Store and Play Store with Instabug-specific metadata reporting. This plugin provides custom actions that wrap the standard Fastlane actions and automatically report build and upload events to Instabug systems for better observability and integration into internal pipelines.
16
16
17
-
**Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
17
+
### Available Actions
18
+
19
+
-`instabug_build_ios_app` - Build iOS apps with Instabug reporting
20
+
-`instabug_build_android_app` - Build Android apps with Instabug reporting
21
+
-`instabug_upload_to_app_store` - Upload iOS builds to App Store with Instabug reporting
22
+
-`instabug_upload_to_play_store` - Upload Android builds to Play Store with Instabug reporting
23
+
24
+
### Features
25
+
26
+
- Automatic reporting of build and upload events to Instabug
27
+
- Branch-based tracking for Instabug Agents observability
28
+
- Integration with existing Fastlane workflows
29
+
- Support for both iOS and Android platforms
30
+
- Secure API communication with Instabug services
18
31
19
32
## Example
20
33
21
34
Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
22
35
23
-
**Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
0 commit comments