File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/platforms/common/data-management/debug-files/upload Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ sidebar_order: 3
4
4
description : " Learn about uploading debug information files to Sentry."
5
5
---
6
6
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
+
7
16
The most straightforward way to provide Sentry with debug information file is
8
17
to upload them using ` sentry-cli ` . Depending on your workflow, you may want to
9
18
upload as part of your build pipeline or when deploying and publishing your
You can’t perform that action at this time.
0 commit comments