Skip to content

Document PATH as reserved environment variable name#2698

Merged
jmthomas merged 1 commit intomainfrom
fix-2090-document-reserved-env-vars
Jan 2, 2026
Merged

Document PATH as reserved environment variable name#2698
jmthomas merged 1 commit intomainfrom
fix-2090-document-reserved-env-vars

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Dec 31, 2025

Summary

  • Added documentation noting that PATH should not be used as an environment variable key in runScript() and script_run() as it is reserved by the system
  • Updated telemetry-screens.md with a note about the reserved PATH variable
  • Updated scripting-api.md with a note in the environment parameter description

Fixes #2090

🤖 Generated with Claude Code

Add documentation noting that PATH should not be used as an environment
variable key in runScript() and script_run() as it is reserved by the
system and will cause HTTP 500 errors.

Fixes #2090

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.30%. Comparing base (6f3cda6) to head (82dd914).
⚠️ Report is 21 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2698      +/-   ##
==========================================
- Coverage   79.31%   79.30%   -0.01%     
==========================================
  Files         662      662              
  Lines       52588    52588              
  Branches      734      734              
==========================================
- Hits        41708    41706       -2     
- Misses      10800    10802       +2     
  Partials       80       80              
Flag Coverage Δ
python 81.37% <ø> (-0.03%) ⬇️
ruby-api 84.81% <ø> (+0.05%) ⬆️
ruby-backend 82.15% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas jmthomas merged commit e1560b8 into main Jan 2, 2026
27 of 28 checks passed
@jmthomas jmthomas deleted the fix-2090-document-reserved-env-vars branch January 2, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using PATH as a variable name in a hash input to runScript results in a HTTP 500 error

2 participants