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
Instabug is a reliable [bug reporting and user feedback platform](https://instabug.com/bug-reporting) that empowers mobile-first companies to iterate faster and enhance their app quality.
15
-
Gather bug reports from your users and the Instabug SDK will automatically capture an environment snapshot of your user's device including all console logs, [server-side network requests](https://instabug.com/network-logging), [bug reproduction steps](https://instabug.com/user-steps) and more details that would help you debug and fix bugs faster.
14
+
Instabug is an in-app feedback and bug reporting tool for mobile apps. With just a simple shake, your users or beta testers can [report bugs](https://instabug.com/bug-reporting) or send in-app feedback and the SDK will capture an environment snapshot of your user's device including all console logs, [server-side network requests](https://instabug.com/network-logging) and bug reproduction steps compiling all these details in one organised dashboard to help you debug and fix bugs faster.
15
+
16
+
Instabug also provides you with a [reliable crash reporter](https://instabug.com/crash-reporting) that automatically captures a detailed report of the running environment, the different threads’ states, [the steps to reproduce the crash](https://instabug.com/user-steps), and the network request logs. All the data is captured automatically with no need for breadcrumbs, and you can always [reply back to your users](https://instabug.com/in-app-chat) and they will receive your messages within the app.
16
17
17
18
For more info, visit [Instabug.com](https://www.instabug.com).
18
19
19
20
## Installation
20
-
This section explains how to install Instabug SDK into your React Native application.
21
21
22
22
1. Open the terminal and navigate to your React Native Directory. Then run the following command.
You can find your app token by selecting the SDK tab from your [**Instabug dashboard**](https://dashboard.instabug.com/app/sdk/).
73
73
74
-
## Upgrading guide
75
-
76
-
Version 2.0.0
77
-
78
-
- **removes dependency on Cocoapods** when installing Instabug
79
-
- **ensures consistency** between the React Native SDK, and the Native SDK
74
+
## Upgrade Guide
80
75
81
76
### Upgrading from 1.x.x
82
77
@@ -99,9 +94,9 @@ pod install
99
94
react-native link instabug-reactnative
100
95
```
101
96
102
-
### Upgrading from 2.0.x and from 8.0.3
97
+
### Upgrading from 8.0.3 to 8.x
103
98
104
-
When upgrading from 2.0.x to 2.1.x or from 8.0.3 to 8.x, please make sure you do the following steps:
99
+
When upgrading from 8.0.3 to 8.x, please make sure you do the following steps:
105
100
106
101
1. Unlink the project before upgrading to the new version
107
102
```bash
@@ -119,6 +114,7 @@ react-native link instabug-reactnative
119
114
```
120
115
121
116
## Microphone and Photo Library Usage Description (iOS Only)
117
+
122
118
Instabug needs access to the microphone and photo library to be able to let users add audio and video attachments. Starting from iOS 10, apps that don’t provide a usage description for those 2 permissions would be rejected when submitted to the App Store.
123
119
124
120
For your app not to be rejected, you’ll need to add the following 2 keys to your app’s info.plist file with text explaining to the user why those permissions are needed:
@@ -134,16 +130,5 @@ If your app doesn’t already access the microphone or photo library, we recomme
134
130
**The permission alert for accessing the microphone/photo library will NOT appear unless users attempt to attach a voice note/photo while using Instabug.**
135
131
136
132
## Documentation
137
-
For more details about the supported APIs and how to use them, you can check our [**Documentation**](https://docs.instabug.com/docs/react-native-overview).
138
-
139
-
140
-
## Contact Us
141
-
If you have any questions or feedback don't hesitate to get in touch. You can reach us at any time through **[email protected]**.
142
-
143
-
144
-
145
-
## License
146
-
147
-
This software is released under <a href="https://opensource.org/licenses/mit-license.php">MIT License</a>.
0 commit comments