Skip to content

Commit e86fabe

Browse files
committed
Use platform identifiers
1 parent 317af30 commit e86fabe

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/godot/enriching-events/attachments

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The specific media content type that determines how the attachment is rendered i
4141

4242
## Uploading Attachments
4343

44-
You can add attachments that will be sent with every event using `SentrySDK.add_attachment()` method.
44+
You can add attachments that will be sent with every event using <PlatformIdentifier name="SentrySDK.add-attachment()" /> method.
4545

4646
<PlatformContent includePath="enriching-events/attachment-upload" />
4747

@@ -83,7 +83,7 @@ Alternately, attachments also appear in the _Attachments_ tab on the **Issue Det
8383

8484
## Maximum Attachment Size
8585

86-
The maximum size for each attachment is set on `SentryOptions.max_attachment_size`.
86+
The maximum size for each attachment is set on <PlatformIdentifier name="SentryOptions.max-attachment-size" />.
8787

8888
The scale is bytes and the default is `20 MiB`. Please also check the
8989
[maximum attachment size of Relay](/product/relay/options/)

0 commit comments

Comments
 (0)