diff --git a/docs/platforms/android/enriching-events/attachments/index.mdx b/docs/platforms/android/enriching-events/attachments/index.mdx index 353de637b8198..502b4aacd4652 100644 --- a/docs/platforms/android/enriching-events/attachments/index.mdx +++ b/docs/platforms/android/enriching-events/attachments/index.mdx @@ -31,6 +31,8 @@ The type of content stored in this attachment. Any [MIME type](https://www.iana. 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` @@ -40,6 +42,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## 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 3afb271293644..ea02856b5f079 100644 --- a/docs/platforms/apple/common/enriching-events/attachments/index.mdx +++ b/docs/platforms/apple/common/enriching-events/attachments/index.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/dart/common/enriching-events/attachments/index.mdx b/docs/platforms/dart/common/enriching-events/attachments/index.mdx index df53d17d50821..7f5826972ff37 100644 --- a/docs/platforms/dart/common/enriching-events/attachments/index.mdx +++ b/docs/platforms/dart/common/enriching-events/attachments/index.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx b/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx index 533c94eba7c6c..935f28587be3a 100644 --- a/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx +++ b/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx @@ -46,6 +46,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/java/common/enriching-events/attachments/index.mdx b/docs/platforms/java/common/enriching-events/attachments/index.mdx index 3c2242b462091..0825831efc261 100644 --- a/docs/platforms/java/common/enriching-events/attachments/index.mdx +++ b/docs/platforms/java/common/enriching-events/attachments/index.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/kotlin/guides/kotlin-multiplatform/enriching-events/attachments/index.mdx b/docs/platforms/kotlin/guides/kotlin-multiplatform/enriching-events/attachments/index.mdx index 3c2242b462091..0825831efc261 100644 --- a/docs/platforms/kotlin/guides/kotlin-multiplatform/enriching-events/attachments/index.mdx +++ b/docs/platforms/kotlin/guides/kotlin-multiplatform/enriching-events/attachments/index.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/powershell/enriching-events/attachments/index.mdx b/docs/platforms/powershell/enriching-events/attachments/index.mdx index 30e9ab4abe6cd..d74713b577ac4 100644 --- a/docs/platforms/powershell/enriching-events/attachments/index.mdx +++ b/docs/platforms/powershell/enriching-events/attachments/index.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/unity/enriching-events/attachments/index.mdx b/docs/platforms/unity/enriching-events/attachments/index.mdx index ecb0d81e0f4a4..3a8cc28545f17 100644 --- a/docs/platforms/unity/enriching-events/attachments/index.mdx +++ b/docs/platforms/unity/enriching-events/attachments/index.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/docs/platforms/unreal/enriching-events/attachments/index.mdx b/docs/platforms/unreal/enriching-events/attachments/index.mdx index c99ac9cafd888..e8b9d24a0e5d8 100644 --- a/docs/platforms/unreal/enriching-events/attachments/index.mdx +++ b/docs/platforms/unreal/enriching-events/attachments/index.mdx @@ -67,6 +67,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Uploading Attachments diff --git a/platform-includes/enriching-events/add-attachment/javascript.mdx b/platform-includes/enriching-events/add-attachment/javascript.mdx index f2461d97bf7b3..315d4a89c1e7d 100644 --- a/platform-includes/enriching-events/add-attachment/javascript.mdx +++ b/platform-includes/enriching-events/add-attachment/javascript.mdx @@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i - `image/jpeg` - `image/png` - `image/gif` +- `image/webp` +- `image/avif` +- `video/webm` +- `video/mp4` ## Add or Modify Attachments Before Sending