Skip to content

Commit 4f22f41

Browse files
1 parent ecebee3 commit 4f22f41

File tree

10 files changed

+42
-0
lines changed
  • docs/platforms
    • android/enriching-events/attachments
    • apple/common/enriching-events/attachments
    • dart/common/enriching-events/attachments
    • dotnet/common/enriching-events/attachments
    • java/common/enriching-events/attachments
    • kotlin/guides/kotlin-multiplatform/enriching-events/attachments
    • powershell/enriching-events/attachments
    • unity/enriching-events/attachments
    • unreal/enriching-events/attachments
  • platform-includes/enriching-events/add-attachment

10 files changed

+42
-0
lines changed

docs/platforms/android/enriching-events/attachments/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The type of content stored in this attachment. Any [MIME type](https://www.iana.
3131

3232
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:
3333

34+
35+
3436
- `text/plain`
3537
- `text/css`
3638
- `text/csv`
@@ -40,6 +42,10 @@ The specific media content type that determines how the attachment is rendered i
4042
- `image/jpeg`
4143
- `image/png`
4244
- `image/gif`
45+
- `image/webp`
46+
- `image/avif`
47+
- `video/webm`
48+
- `video/mp4`
4349

4450
## Uploading Attachments
4551

docs/platforms/apple/common/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Uploading Attachments
4549

docs/platforms/dart/common/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Uploading Attachments
4549

docs/platforms/dotnet/common/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ The specific media content type that determines how the attachment is rendered i
4646
- `image/jpeg`
4747
- `image/png`
4848
- `image/gif`
49+
- `image/webp`
50+
- `image/avif`
51+
- `video/webm`
52+
- `video/mp4`
4953

5054
## Uploading Attachments
5155

docs/platforms/java/common/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Uploading Attachments
4549

docs/platforms/kotlin/guides/kotlin-multiplatform/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Uploading Attachments
4549

docs/platforms/powershell/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Uploading Attachments
4549

docs/platforms/unity/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Uploading Attachments
4549

docs/platforms/unreal/enriching-events/attachments/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ The specific media content type that determines how the attachment is rendered i
6767
- `image/jpeg`
6868
- `image/png`
6969
- `image/gif`
70+
- `image/webp`
71+
- `image/avif`
72+
- `video/webm`
73+
- `video/mp4`
7074

7175
## Uploading Attachments
7276

platform-includes/enriching-events/add-attachment/javascript.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The specific media content type that determines how the attachment is rendered i
4040
- `image/jpeg`
4141
- `image/png`
4242
- `image/gif`
43+
- `image/webp`
44+
- `image/avif`
45+
- `video/webm`
46+
- `video/mp4`
4347

4448
## Add or Modify Attachments Before Sending
4549

0 commit comments

Comments
 (0)