Commit 72c796e
committed
fix: tighten APPMAP env var filter to avoid matching APPMAPX_* etc.
Addresses Copilot review feedback on #386: startswith(("APPMAP",
"_APPMAP")) also matched unrelated variables like APPMAPX_FOO. Match
the exact APPMAP/_APPMAP names plus the APPMAP_/_APPMAP_ prefixes
instead.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014Nw1eEFHvABs5hdjMej5bf1 parent 47500de commit 72c796e
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
515 | 519 | | |
516 | 520 | | |
0 commit comments