Commit 342be6c
docs(snapshots): Correct ImageMetadata CLI-managed fields list (#3277)
## Summary
- The doc comment on `ImageMetadata` listed `image_file_name` as a
CLI-managed override, but no such field is written by the CLI.
- `ImageMetadata::new` only sets `width` and `height`; the Sentry
backend derives `image_file_name` from the manifest map key, not from a
metadata field.
- Updates the comment to match reality.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4430631 commit 342be6c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments