Skip to content

Commit 7b8cc34

Browse files
add a note about unity auto upload (#4852)
Co-authored-by: Isabel <[email protected]>
1 parent 40d98e5 commit 7b8cc34

File tree

1 file changed

+9
-0
lines changed
  • src/platforms/common/data-management/debug-files/upload

1 file changed

+9
-0
lines changed

src/platforms/common/data-management/debug-files/upload/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ sidebar_order: 3
44
description: "Learn about uploading debug information files to Sentry."
55
---
66

7+
<PlatformSection supported={["unity"]}>
8+
<Note>
9+
10+
The Sentry SDK for Unity automatically uploads debug files at build time. That means you don't need to use `sentry-cli` directly.
11+
You can find more information about this in the [Unity native support documentation](/platforms/unity/native-support/).
12+
13+
</Note>
14+
</PlatformSection>
15+
716
The most straightforward way to provide Sentry with debug information file is
817
to upload them using `sentry-cli`. Depending on your workflow, you may want to
918
upload as part of your build pipeline or when deploying and publishing your

0 commit comments

Comments
 (0)