-
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.
Add all user configurable config opts to diagnose
With the default options in place, now we can iterate through the configuration object data to print a more complete diagnose report. The first option was to iterate through the constants defined in config map, but that would give us empty values in the diagnose report. I decided to iterate through the default values and ignore those that the user cannot set as, that's what we do in the other integrations.
- Loading branch information
1 parent
bd4df16
commit ec93e49
Showing
4 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
packages/nodejs/.changesets/add-all-user-configurable-config-opts-to-diagnose.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,7 @@ | ||
--- | ||
bump: "patch" | ||
--- | ||
|
||
All user-configurable options are now printed in the diagnose report. | ||
|
||
Check the [list of available options](https://docs.appsignal.com/nodejs/configuration/options.html). |
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