Skip to content

Commit 7518643

Browse files
clarify: source bundle support (#12659)
* clarify: source bundle support * Update dif.mdx * Update docs/cli/dif.mdx --------- Co-authored-by: Armin Ronacher <[email protected]>
1 parent 5117f94 commit 7518643

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/cli/dif.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ the upload is performed on the same machine as the application build:
8686
sentry-cli debug-files upload --include-sources /path/to/files...
8787
```
8888

89+
<Alert>
90+
91+
This feature is supported by build tools that produce debug information files
92+
supported by Sentry such as DWARF and PDB. This applies to languages such
93+
as C/C++/C#/Swift/Rust/Zig/etc.
94+
For Java/Kotlin and other JVM languages, use one of the plugins: [Maven](https://docs.sentry.io/platforms/java/maven/) or [Gradle](https://docs.sentry.io/platforms/java/gradle/).
95+
96+
</Alert>
97+
8998
## Uploading Files
9099

91100
Use the `sentry-cli debug-files upload` command to upload debug information files to

0 commit comments

Comments
 (0)