Skip to content

Commit db53472

Browse files
authored
Update README.md
1 parent 5386c80 commit db53472

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,11 @@ If your app doesn’t already access the microphone or photo library, we recomme
177177
178178
## Auto Uploading Source Map Files
179179
180-
We will automatically generate the source map files and upload them to your dashboard on release build. You just have to add
181-
`Instabug.startWithToken('YOUR_APP_TOKEN'` in your .js file.
180+
For your app crashes to show up with a fully symbolicated stack trace, we will automatically generate the source map files and upload them to your dashboard on release build. To do so, we rely on your app token being explicitly added to `Instabug.startWithToken('YOUR_APP_TOKEN')` in JavaScript.
182181
183-
Alternatively, you can set the app token manually as shown below:
182+
If your app token is defined as a constant or you have different tokens for both iOS and Android apps, set the token as shown below.
184183
185-
1. In Android, go to the `build.gradle` file of the library and you will find below code, replace `YOUR_APP_TOKEN` with your token from the dashboard.
184+
1. In Android, go to the `build.gradle` file of the library and you will find below code, replace `YOUR_APP_TOKEN` with your app token from the dashboard.
186185
187186
```java
188187
task upload_sourcemap(type: Exec) {

0 commit comments

Comments
 (0)