docs(snapshots): Correct ImageMetadata CLI-managed fields list#3277
docs(snapshots): Correct ImageMetadata CLI-managed fields list#3277runningcode merged 1 commit intomasterfrom
Conversation
The doc comment listed `image_file_name` as a CLI-managed override, but no such field is written by the CLI. Only `width` and `height` are set by `ImageMetadata::new`. The backend derives `image_file_name` from the manifest map key, not from a metadata field. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
cameroncooke
left a comment
There was a problem hiding this comment.
Yep I've confirmed image_file_name is not used. LGTM!
|
Claude backs this up:
|
Summary
ImageMetadatalistedimage_file_nameas a CLI-managed override, but no such field is written by the CLI.ImageMetadata::newonly setswidthandheight; the Sentry backend derivesimage_file_namefrom the manifest map key, not from a metadata field.🤖 Generated with Claude Code