diff --git a/docs/platforms/rust/index.mdx b/docs/platforms/rust/index.mdx index 2244e745f1844..2445dd742861d 100644 --- a/docs/platforms/rust/index.mdx +++ b/docs/platforms/rust/index.mdx @@ -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. + ## More Information