Commit 1052431
fix: change skipS3Storage from || to && for omit headers
Only skip S3 storage when BOTH request AND response are omitted.
Previously, omitting just one would skip S3 entirely, preventing
the other from being visible in Jawn.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 945eabe commit 1052431
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
839 | | - | |
840 | | - | |
| 839 | + | |
| 840 | + | |
841 | 841 | | |
842 | | - | |
| 842 | + | |
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
| |||
0 commit comments