diff --git a/docs/platforms/android/enriching-events/attachments/index.mdx b/docs/platforms/android/enriching-events/attachments/index.mdx
index 9a254f3bf124f..f78a437c1032a 100644
--- a/docs/platforms/android/enriching-events/attachments/index.mdx
+++ b/docs/platforms/android/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
diff --git a/docs/platforms/apple/common/enriching-events/attachments/index.mdx b/docs/platforms/apple/common/enriching-events/attachments/index.mdx
index cbcb8a3343403..9cb01f9a02d9e 100644
--- a/docs/platforms/apple/common/enriching-events/attachments/index.mdx
+++ b/docs/platforms/apple/common/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Attachments live on the Scope. You can either add an attachment on the global scope to be sent with every event or add it on the local Scope to just send the attachment with one specific event.
diff --git a/docs/platforms/dart/enriching-events/attachments/index.mdx b/docs/platforms/dart/enriching-events/attachments/index.mdx
index cb56176a1cd93..2985c7acf86b4 100644
--- a/docs/platforms/dart/enriching-events/attachments/index.mdx
+++ b/docs/platforms/dart/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Attachments live on the Scope. You can either add an attachment on the global scope to be sent with every event or add it on the local Scope to just send the attachment with one specific event.
diff --git a/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx b/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx
index bb8361bf04e02..57b07ad193711 100644
--- a/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx
+++ b/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx
@@ -33,6 +33,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Attachments live on the Scope. You can either add an attachment on the global scope to be sent with every event or add it on the local Scope to just send the attachment with one specific event.
diff --git a/docs/platforms/flutter/enriching-events/attachments/index.mdx b/docs/platforms/flutter/enriching-events/attachments/index.mdx
index cb56176a1cd93..2985c7acf86b4 100644
--- a/docs/platforms/flutter/enriching-events/attachments/index.mdx
+++ b/docs/platforms/flutter/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Attachments live on the Scope. You can either add an attachment on the global scope to be sent with every event or add it on the local Scope to just send the attachment with one specific event.
diff --git a/docs/platforms/java/common/enriching-events/attachments/index.mdx b/docs/platforms/java/common/enriching-events/attachments/index.mdx
index 3a5bd1b985808..8bf58e602c1ef 100644
--- a/docs/platforms/java/common/enriching-events/attachments/index.mdx
+++ b/docs/platforms/java/common/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
diff --git a/docs/platforms/kotlin-multiplatform/enriching-events/attachments/index.mdx b/docs/platforms/kotlin-multiplatform/enriching-events/attachments/index.mdx
index 3a5bd1b985808..8bf58e602c1ef 100644
--- a/docs/platforms/kotlin-multiplatform/enriching-events/attachments/index.mdx
+++ b/docs/platforms/kotlin-multiplatform/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
diff --git a/docs/platforms/powershell/enriching-events/attachments/index.mdx b/docs/platforms/powershell/enriching-events/attachments/index.mdx
index f7ff6acdf9ceb..c0ecaa6ebf725 100644
--- a/docs/platforms/powershell/enriching-events/attachments/index.mdx
+++ b/docs/platforms/powershell/enriching-events/attachments/index.mdx
@@ -27,6 +27,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Attachments live on the Scope. You can either add an attachment on the global scope to be sent with every event or add it on the local Scope to just send the attachment with one specific event.
diff --git a/docs/platforms/unity/enriching-events/attachments/index.mdx b/docs/platforms/unity/enriching-events/attachments/index.mdx
index 45e854356c721..9fc8f0a985f49 100644
--- a/docs/platforms/unity/enriching-events/attachments/index.mdx
+++ b/docs/platforms/unity/enriching-events/attachments/index.mdx
@@ -33,6 +33,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Unity features a global scope to which you add an attachment that will be sent with every event.
diff --git a/docs/platforms/unreal/enriching-events/attachments/index.mdx b/docs/platforms/unreal/enriching-events/attachments/index.mdx
index 9fc82d844b7a7..48c7fb6734db6 100644
--- a/docs/platforms/unreal/enriching-events/attachments/index.mdx
+++ b/docs/platforms/unreal/enriching-events/attachments/index.mdx
@@ -54,6 +54,20 @@ The filename is the name of the file to display in Sentry. When using bytes you
The type of content stored in this attachment. Any [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Uploading Attachments
Attachments live on the Scope. You can either add an attachment on the global scope to be sent with every event or add it on the local Scope to just send the attachment with one specific event.
diff --git a/platform-includes/enriching-events/add-attachment/javascript.mdx b/platform-includes/enriching-events/add-attachment/javascript.mdx
index 7b6c3cf4ab8a0..f2461d97bf7b3 100644
--- a/platform-includes/enriching-events/add-attachment/javascript.mdx
+++ b/platform-includes/enriching-events/add-attachment/javascript.mdx
@@ -27,6 +27,20 @@ The type of content stored in this attachment. Any [MIME
type](https://www.iana.org/assignments/media-types/media-types.xhtml) may be
used; the default is `application/octet-stream`.
+`mimetype`
+
+The specific media content type that determines how the attachment is rendered in the Sentry UI. We currently support and can render the following MIME types:
+
+- `text/plain`
+- `text/css`
+- `text/csv`
+- `text/html`
+- `text/javascript`
+- `text/json` or `text/x-json` or `application/json` or `application/ld+json`
+- `image/jpeg`
+- `image/png`
+- `image/gif`
+
## Add or Modify Attachments Before Sending
It's possible to add, remove, or modify attachments before an event is sent by way of