From cc294a46fc3d5dda6f2867316f4a6231adee7b5a Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 10 Feb 2025 20:07:08 -0500 Subject: [PATCH 1/3] clarify: source bundle support --- docs/cli/dif.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/cli/dif.mdx b/docs/cli/dif.mdx index 175cd4954c779..a1fbc1f653ca3 100644 --- a/docs/cli/dif.mdx +++ b/docs/cli/dif.mdx @@ -86,6 +86,13 @@ the upload is performed on the same machine as the application build: sentry-cli debug-files upload --include-sources /path/to/files... ``` + + +This feature is supported by build tools that produce debug information files +such as DWARF and PDB. On languages such as C/C++/Swift/Rust/Zig/etc + + + ## Uploading Files Use the `sentry-cli debug-files upload` command to upload debug information files to From b8804f704b8b8a723aa4ecace7472fa14e3d2707 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 10 Feb 2025 17:22:45 -0800 Subject: [PATCH 2/3] Update dif.mdx --- docs/cli/dif.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cli/dif.mdx b/docs/cli/dif.mdx index a1fbc1f653ca3..e0d11ac2ac515 100644 --- a/docs/cli/dif.mdx +++ b/docs/cli/dif.mdx @@ -89,7 +89,8 @@ sentry-cli debug-files upload --include-sources /path/to/files... This feature is supported by build tools that produce debug information files -such as DWARF and PDB. On languages such as C/C++/Swift/Rust/Zig/etc +supported by Sentry such as DWARF and PDB. This applies to languages such +as C/C++/Swift/Rust/Zig/etc. From 1097d4943b5624bd4ae8ba1e65ed0422fc3d8e75 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 11 Feb 2025 09:45:27 -0500 Subject: [PATCH 3/3] Update docs/cli/dif.mdx --- docs/cli/dif.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cli/dif.mdx b/docs/cli/dif.mdx index e0d11ac2ac515..e0d3c05229f3a 100644 --- a/docs/cli/dif.mdx +++ b/docs/cli/dif.mdx @@ -89,8 +89,9 @@ sentry-cli debug-files upload --include-sources /path/to/files... 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++/Swift/Rust/Zig/etc. +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/).