Skip to content

Commit c5c5b63

Browse files
docs(rust): Add note about debug-images integration quirk (#6929)
* docs(rust): Add note about debug-images integration quirk * Update src/platforms/rust/index.mdx Co-authored-by: Shana Matthews <[email protected]> --------- Co-authored-by: Shana Matthews <[email protected]>
1 parent e9d7c5e commit c5c5b63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/platforms/rust/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ and libraries.
6363
A list of integrations and their feature flags can be found
6464
[in the integration API docs](https://docs.rs/sentry/0/sentry/integrations/index.html).
6565

66+
<Note>
67+
68+
If you keep debug information files in the produced binary, rather than strip them down or split them,
69+
do not add the `debug_images` integration and the corresponding `debug-images` feature flag,
70+
as it will collide with the built-in debug file processing.
71+
72+
</Note>
73+
6674
## More Information
6775

6876
- [API Docs](https://docs.rs/sentry)

0 commit comments

Comments
 (0)