Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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