Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/platforms/android/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<PlatformContent includePath="enriching-events/add-attachment" />
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/apple/common/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">Scope</PlatformLink>. You can either add an attachment on the global scope to be sent with every event or add it on the <PlatformLink to="/enriching-events/scopes/#local-scopes">local Scope</PlatformLink> to just send the attachment with one specific event.
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/dart/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">Scope</PlatformLink>. You can either add an attachment on the global scope to be sent with every event or add it on the <PlatformLink to="/enriching-events/scopes/#local-scopes">local Scope</PlatformLink> to just send the attachment with one specific event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">Scope</PlatformLink>. You can either add an attachment on the global scope to be sent with every event or add it on the <PlatformLink to="/enriching-events/scopes/#local-scopes">local Scope</PlatformLink> to just send the attachment with one specific event.
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/flutter/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">Scope</PlatformLink>. You can either add an attachment on the global scope to be sent with every event or add it on the <PlatformLink to="/enriching-events/scopes/#local-scopes">local Scope</PlatformLink> to just send the attachment with one specific event.
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/java/common/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<PlatformContent includePath="enriching-events/add-attachment" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

<PlatformContent includePath="enriching-events/add-attachment" />
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/powershell/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">Scope</PlatformLink>. You can either add an attachment on the global scope to be sent with every event or add it on the <PlatformLink to="/enriching-events/scopes/#local-scopes">local Scope</PlatformLink> to just send the attachment with one specific event.
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/unity/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">scope</PlatformLink> to which you add an attachment that will be sent with every event.
Expand Down
14 changes: 14 additions & 0 deletions docs/platforms/unreal/enriching-events/attachments/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PlatformLink to="/enriching-events/scopes/">Scope</PlatformLink>. You can either add an attachment on the global scope to be sent with every event or add it on the <PlatformLink to="/enriching-events/scopes/#local-scopes">local Scope</PlatformLink> to just send the attachment with one specific event.
Expand Down
14 changes: 14 additions & 0 deletions platform-includes/enriching-events/add-attachment/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading