docs(cli): Update bundle-jvm to reflect 3.4.x capabilities#17521
Merged
docs(cli): Update bundle-jvm to reflect 3.4.x capabilities#17521
Conversation
The path can now be a project or module root: sentry-cli filters by JVM extensions, skips build output and IDE directories, and respects .gitignore. Document the --exclude flag, including the multi-source-set collision case where Android variants contribute the same FQCN. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
adinauer
approved these changes
Apr 29, 2026
cameroncooke
pushed a commit
that referenced
this pull request
Apr 30, 2026
## Summary Updates the JVM source bundle docs to reflect the changes shipped in `sentry-cli` 3.4.0 ([#3260](getsentry/sentry-cli#3260)) and 3.4.1 ([#3275](getsentry/sentry-cli#3275)): - The path passed to `bundle-jvm` can now be a project or module root. `sentry-cli` filters by JVM extensions (`.java`, `.kt`, `.scala`, `.groovy`, `.clj`), skips common build output / IDE directories, and respects `.gitignore`. - Documents the `--exclude '<glob>'` flag, including the case where multiple source sets contribute the same fully-qualified class name (e.g. Android `src/main/` vs `src/debug/`) — `bundle-jvm` keeps the first occurrence and warns about the rest, and `--exclude` is the way to scope the bundle. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
coolguyzone
pushed a commit
that referenced
this pull request
May 1, 2026
## Summary Updates the JVM source bundle docs to reflect the changes shipped in `sentry-cli` 3.4.0 ([#3260](getsentry/sentry-cli#3260)) and 3.4.1 ([#3275](getsentry/sentry-cli#3275)): - The path passed to `bundle-jvm` can now be a project or module root. `sentry-cli` filters by JVM extensions (`.java`, `.kt`, `.scala`, `.groovy`, `.clj`), skips common build output / IDE directories, and respects `.gitignore`. - Documents the `--exclude '<glob>'` flag, including the case where multiple source sets contribute the same fully-qualified class name (e.g. Android `src/main/` vs `src/debug/`) — `bundle-jvm` keeps the first occurrence and warns about the rest, and `--exclude` is the way to scope the bundle. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the JVM source bundle docs to reflect the changes shipped in
sentry-cli3.4.0 (#3260) and 3.4.1 (#3275):bundle-jvmcan now be a project or module root.sentry-clifilters by JVM extensions (.java,.kt,.scala,.groovy,.clj), skips common build output / IDE directories, and respects.gitignore.--exclude '<glob>'flag, including the case where multiple source sets contribute the same fully-qualified class name (e.g. Androidsrc/main/vssrc/debug/) —bundle-jvmkeeps the first occurrence and warns about the rest, and--excludeis the way to scope the bundle.