Commit aed4be7
fix(snapshot): Preserve original case in sidecar filenames
The sidecar JSON and PNG filenames were being lowercased, causing a
mismatch with the original screenshotId casing. Remove the
`.lowercase(Locale.US)` call so filenames keep their original case.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 89a1699 commit aed4be7
2 files changed
Lines changed: 6 additions & 5 deletions
File tree
- plugin-build/src
- main/kotlin/io/sentry/android/gradle/snapshot
- test/kotlin/io/sentry/android/gradle/snapshot
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments