Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rumdl.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[global]
disable = ["MD013", "MD033", "MD024", "MD029", "MD034", "MD036", "MD044"]
disable = ["MD013", "MD033", "MD024", "MD029", "MD034", "MD036", "MD044", "MD059"]

include = [
"docs/**/*.md",
Expand Down
28 changes: 14 additions & 14 deletions docs/react-native/4x/integration/upload-symbol-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ If you used the setup script mentioned on the [Adding the Embrace SDK](/react-na

</TabItem>
<TabItem value="android" label="Android">
By default, source maps are uploaded only for the release variant.
If you'd like to upload source maps for other variants, make the following changes:

```groovy
project.ext.react = [
...
bundleIn<customVariant>: true,
devDisabledIn<customVariant>: true,
]
```

This creates a bundle and sets the debuggable flag to false.
By default, source maps are uploaded only for the release variant.
If you'd like to upload source maps for other variants, make the following changes:

```groovy
project.ext.react = [
...
bundleIn<customVariant>: true,
devDisabledIn<customVariant>: true,
]
```

This creates a bundle and sets the debuggable flag to false.
</TabItem>
</Tabs>

Expand Down Expand Up @@ -104,7 +104,7 @@ When applications are built with bitcode, it means the final binary and symbols

<img src={require('@site/static/images/ios-xcode-organizer.png').default} />

Once you have the dSYMs on your computer, you can upload it to Embrace using our upload utility.
Once you have the dSYMs on your computer, you can upload it to Embrace using our upload utility.

The upload utility is distributed with the Embrace SDK. See the section above on [automatically uploading dSYMs](/ios/5x/integration/dsym-upload#automatic-uploads) to learn how to locate this file in your project. You will also need your APP ID and API token. You can upload dSYM and .zip files in the same command or use the upload tool on the *Settings/Upload* dSYM tab.

Expand Down Expand Up @@ -137,7 +137,7 @@ react-native bundle \
ios/Pods/EmbraceIO/upload --app <your app ID> --token <your token> --rn-bundle ./build/main.jsbundle --rn-map ./build/main.map
```

---
---

dSYM's are complicated, but ensuring that Embrace has them will make the data you collect much more useful. Please reach out if you have any trouble with this process.
</TabItem>
Expand Down
32 changes: 16 additions & 16 deletions docs/react-native/5x/integration/upload-symbol-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 4

The Embrace SDK allows you to view both native and JavaScript stack traces for crashes and error logs.
These stack traces, however, usually require symbol files to be able to make sense of them.
For JavaScript, you'll need to upload source maps. For iOS, dSYM files, and the mapping file for Android.
For JavaScript, you'll need to upload source maps. For iOS, dSYM files, and the mapping file for Android.

:::info
If you used the setup script mentioned on the [Adding the Embrace SDK](/react-native/5x/integration/add-embrace-sdk) page these changes has already been made for you.
Expand Down Expand Up @@ -44,18 +44,18 @@ export SOURCEMAP_FILE="$CONFIGURATION_BUILD_DIR/main.jsbundle.map"; <-- Add this

</TabItem>
<TabItem value="android" label="Android">
By default, source maps are uploaded only for the release variant.
If you'd like to upload source maps for other variants, make the following changes:

```groovy
project.ext.react = [
...
bundleIn<customVariant>: true,
devDisabledIn<customVariant>: true,
]
```

This creates a bundle and sets the debuggable flag to false.
By default, source maps are uploaded only for the release variant.
If you'd like to upload source maps for other variants, make the following changes:

```groovy
project.ext.react = [
...
bundleIn<customVariant>: true,
devDisabledIn<customVariant>: true,
]
```

This creates a bundle and sets the debuggable flag to false.
</TabItem>
</Tabs>

Expand Down Expand Up @@ -104,7 +104,7 @@ When applications are built with bitcode, it means the final binary and symbols

<img src={require('@site/static/images/ios-xcode-organizer.png').default} />

Once you have the dSYMs on your computer, you can upload it to Embrace using our upload utility.
Once you have the dSYMs on your computer, you can upload it to Embrace using our upload utility.

The upload utility is distributed with the Embrace SDK. See the section above on [automatically uploading dSYMs](/ios/5x/integration/dsym-upload#automatic-uploads) to learn how to locate this file in your project. You will also need your APP ID and API token. You can upload dSYM and .zip files in the same command or use the upload tool on the *Settings/Upload* dSYM tab.

Expand Down Expand Up @@ -137,7 +137,7 @@ react-native bundle \
ios/Pods/EmbraceIO/embrace_symbol_upload.<arch> --app <your app ID> --token <your token> --rn-bundle ./build/main.jsbundle --rn-map ./build/main.map
```

---
---

dSYMs are complicated, but ensuring that Embrace has them will make the data you collect much more useful. Please reach out if you have any trouble with this process.
</TabItem>
Expand Down Expand Up @@ -205,4 +205,4 @@ You must also point the Embrace SDK to the location the updated bundle will be d

---

Now that you know how to upload symbol files to make sure stack traces are translated on the Dashboard, let's generate your first session.
Now that you know how to upload symbol files to make sure stack traces are translated on the Dashboard, let's generate your first session.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pre-commit==4.3.0
rumdl==0.0.162
rumdl==0.0.173
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ pyyaml==6.0.2 \
--hash=sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12 \
--hash=sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4
# via pre-commit
rumdl==0.0.162 \
--hash=sha256:0f1a7e4183018eaa515f8ba4b367b98684fd51e96b56429d2a83f178167d768e \
--hash=sha256:5ce13e7a82ce1f9eafb236d20d884fd17b040e511095f6286bffbc0fc25b3e47 \
--hash=sha256:72f09b999125a68da5cc7c99b2cdfeffeb68666f59b7f06917918ce62582fa05 \
--hash=sha256:84e323e291d3be2dd033b9e5d3ea0418c9b94895b66803cc7e08568bdd6f7e9f \
--hash=sha256:9a64c25f0a04c06f1accc655c8afd40db9ae5131258b0a4090b11bd19767c68a \
--hash=sha256:b2b64b623b85319a16d09337e422d0bd79c0ad3ea001cd24e08d665923420e1a \
--hash=sha256:c20a33f0d587547dfc7adf51f63bb9cbfc642ee5f66ae2aede32401c03d11894 \
--hash=sha256:d4192d52fdcca6b7e958c463db7c23a703427c608118e373f7f04534645426a8
rumdl==0.0.173 \
--hash=sha256:1945bd0dd747877a363430aa072b8e2d427c200cbc4b1897c76d3f927fc2710e \
--hash=sha256:6e8312b7b9c9b0539e07df463d2d2a16c9cf4007ec8fdd36bbf7d30cf6c71671 \
--hash=sha256:70b2879e700b11872bc4a12a660e168b9cc2cbac3bfd0a90b7ca67974e8b954a \
--hash=sha256:7a5e891c8883e30aebc2f805ac6b13c56388adab854bca4bbf456851ce983d9a \
--hash=sha256:8e0ac920b6e5e5e0e3ce351291ce27cb51bb74ad235ce33abead99648ea34f37 \
--hash=sha256:9a98581b3051faa93f77596f459583c9bfc7a16504eab06acdbd4fad92f9d8a8 \
--hash=sha256:9e67cd7966b667c1b0fdfdb62fa40b89512a4a6c450391953d177c48b414d27a \
--hash=sha256:cb43f713218caebdc62cbafdb017ced0c1fffa7316b5be81e7d77017be152150
# via -r requirements.in
typing-extensions==4.15.0 \
--hash=sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466 \
Expand Down