diff --git a/docs/product/issues/issue-details/performance-issues/db-main-thread-io.mdx b/docs/product/issues/issue-details/performance-issues/db-main-thread-io.mdx index 09dd7eea22f9f..13a7e675b06ba 100644 --- a/docs/product/issues/issue-details/performance-issues/db-main-thread-io.mdx +++ b/docs/product/issues/issue-details/performance-issues/db-main-thread-io.mdx @@ -26,6 +26,4 @@ Span evidence identifies the root cause of the Database on Main Thread problem b - **Parent Span:** Where the database spans occurred - **Offending Span:** The actual spans that are performing database queries in the main thread -![Database Span Evidence](./img/db-io.png) - -View it by going to the **Issues** page in Sentry, selecting your Android project, clicking on the database error you want to examine, then scrolling down to the "Span Evidence" section in the "Details" tab. +View it by going to the **Issues** page in Sentry, selecting your project, clicking on the database error you want to examine, then scrolling down to the "Span Evidence" section. diff --git a/docs/product/issues/issue-details/performance-issues/img/db-io.png b/docs/product/issues/issue-details/performance-issues/img/db-io.png deleted file mode 100644 index 2e32ce8c3bcdd..0000000000000 Binary files a/docs/product/issues/issue-details/performance-issues/img/db-io.png and /dev/null differ diff --git a/docs/product/issues/issue-details/performance-issues/img/db-on-main-thread-detector-settings.png b/docs/product/issues/issue-details/performance-issues/img/db-on-main-thread-detector-settings.png index d9d0d5d3d0e6f..63dc492825361 100644 Binary files a/docs/product/issues/issue-details/performance-issues/img/db-on-main-thread-detector-settings.png and b/docs/product/issues/issue-details/performance-issues/img/db-on-main-thread-detector-settings.png differ