We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d7c5e commit c5c5b63Copy full SHA for c5c5b63
src/platforms/rust/index.mdx
@@ -63,6 +63,14 @@ and libraries.
63
A list of integrations and their feature flags can be found
64
[in the integration API docs](https://docs.rs/sentry/0/sentry/integrations/index.html).
65
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
74
## More Information
75
76
- [API Docs](https://docs.rs/sentry)
0 commit comments