Skip to content

Commit b6494f1

Browse files
romtsnclaude
andcommitted
fix(bundle-jvm): Update help snapshot and add changelog entry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3d3c972 commit b6494f1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- (bundle-jvm) Filter sources by JVM extensions, respect `.gitignore`, and add default directory excludes and `--exclude` option ([#3260](https://github.com/getsentry/sentry-cli/pull/3260))
8+
59
### Fixes
610

711
- Replace `eprintln!` with `log::info!` for progress bar completion messages when the progress bar is disabled (e.g. in CI). This avoids spurious stderr output that some CI systems treat as errors ([#3223](https://github.com/getsentry/sentry-cli/pull/3223)).

tests/integration/_cases/debug_files/debug_files-bundle-jvm-help.trycmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Options:
1818
--debug-id <UUID> Debug ID (UUID) to use for the source bundle.
1919
--log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info,
2020
warn, error]
21+
--exclude <PATTERN> Glob pattern to exclude files/directories. Can be repeated. By
22+
default, 'build', '.gradle', '.cxx', and 'node_modules' directories
23+
are excluded.
2124
--quiet Do not print any output while preserving correct exit code. This
2225
flag is currently implemented only for selected subcommands.
2326
[aliases: --silent]

0 commit comments

Comments
 (0)