-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly parse configuration variables by type (#1004)
Previously, each configuration value is evaluated in order to parse it. This patch removes that evaluation in favor of a more option-specific conversion where string values are parsed as strings, lists as lists, and so on. --------- Co-authored-by: Noemi <[email protected]>
- Loading branch information
1 parent
b17140e
commit e5fca24
Showing
4 changed files
with
155 additions
and
9 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
.changesets/don-t-evaluate-environment-variable-values-to-read-configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
bump: "patch" | ||
type: "change" | ||
--- | ||
|
||
Don’t evaluate environment variable values to read configuration | ||
|
||
In previous versions of the Node.js integration, environment variables were evaluated to read their values. This version instead parses them based on their expected values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters