Skip to content

Commit

Permalink
clarify: source bundle support (#12659)
Browse files Browse the repository at this point in the history
* clarify: source bundle support

* Update dif.mdx

* Update docs/cli/dif.mdx

---------

Co-authored-by: Armin Ronacher <[email protected]>
  • Loading branch information
bruno-garcia and mitsuhiko authored Feb 12, 2025
1 parent 5117f94 commit 7518643
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/cli/dif.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ the upload is performed on the same machine as the application build:
sentry-cli debug-files upload --include-sources /path/to/files...
```

<Alert>

This feature is supported by build tools that produce debug information files
supported by Sentry such as DWARF and PDB. This applies to languages such
as C/C++/C#/Swift/Rust/Zig/etc.
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/).

</Alert>

## Uploading Files

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

0 comments on commit 7518643

Please sign in to comment.