From 6a6c3876c55220cdd125f740d4d689a2c3ba3f47 Mon Sep 17 00:00:00 2001 From: Steven Eubank <47563310+smeubank@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:59:22 +0100 Subject: [PATCH] Solves sentry-rust 574 https://github.com/getsentry/sentry-rust/issues/574 --- docs/platforms/rust/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/platforms/rust/index.mdx b/docs/platforms/rust/index.mdx index 2244e745f18449..2445dd742861d2 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