Skip to content

Commit a0418cd

Browse files
ref(apple): attachments intro and note about crash attachments (#8864)
* adapts wording and note about crashes * Update src/platforms/apple/common/enriching-events/attachments/index.mdx Co-authored-by: Shana Matthews <[email protected]> --------- Co-authored-by: Shana Matthews <[email protected]>
1 parent 731524d commit a0418cd

File tree

1 file changed

+7
-3
lines changed
  • src/platforms/apple/common/enriching-events/attachments

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Attachments
33
description: "Learn more about how Sentry can store additional files in the same request as event attachments."
44
---
55

6-
Please note that attachments don't work yet with crashes.
7-
8-
Sentry can enrich your events for further investigation by storing additional files, such as config or log files, as attachments.
6+
On this page, you will learn how to attach files, such as logs or config files, to your events. You'll be able to see these attachments in [sentry.io](https://sentry.io/) alongside other event details.
97

108
## Creating Attachments
119

@@ -33,6 +31,12 @@ In addition, you can set these parameters:
3331

3432
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.
3533

34+
<Note>
35+
36+
Adding attachments to crashes is currently not supported.
37+
38+
</Note>
39+
3640
<PlatformContent includePath="enriching-events/attachment-upload" />
3741

3842
<Note>

0 commit comments

Comments
 (0)