Commit 3b9887b
docs(cli): Update bundle-jvm to reflect 3.4.x capabilities (#17521)
## 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>1 parent 76682ea commit 3b9887b
2 files changed
Lines changed: 21 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
268 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
269 | 279 | | |
270 | 280 | | |
271 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
338 | 344 | | |
339 | 345 | | |
340 | 346 | | |
| |||
0 commit comments