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 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.
13
13
14
-
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 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
15
17
16
For more info, visit [Instabug.com](https://www.instabug.com).
18
17
19
18
## Installation
20
-
This section explains how to install Instabug SDK into your React Native application.
21
19
22
20
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
71
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
72
+
## Upgrade Guide
80
73
81
74
### Upgrading from 1.x.x
82
75
@@ -99,9 +92,9 @@ pod install
99
92
react-native link instabug-reactnative
100
93
```
101
94
102
-
### Upgrading from 2.0.x and from 8.0.3
95
+
### Upgrading from 8.0.3 to 8.x
103
96
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:
97
+
When upgrading from 8.0.3 to 8.x, please make sure you do the following steps:
105
98
106
99
1. Unlink the project before upgrading to the new version
107
100
```bash
@@ -119,6 +112,7 @@ react-native link instabug-reactnative
119
112
```
120
113
121
114
## Microphone and Photo Library Usage Description (iOS Only)
115
+
122
116
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
117
124
118
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 +128,5 @@ If your app doesn’t already access the microphone or photo library, we recomme
134
128
**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
129
136
130
## 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