Skip to content
Merged
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: 2 additions & 0 deletions docs/platforms/rust/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ If you keep debug information files in the produced binary, rather than strip th
do not add the `debug_images` integration and the corresponding `debug-images` feature flag,
as it will collide with the built-in debug file processing.

Conflicts could lead to UI warning messages in Sentry, as it can be interpreted as a problem with debug files and processing your error. See this [comment](https://github.com/getsentry/sentry-rust/issues/574#issuecomment-1534316787) and connected issue for more information.

</Note>

## More Information
Expand Down
Loading