-
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.
The `sendParams` config option allows the users to decide if they want to send request params to AppSignal. Its default value is `true`. `Span#setSampleData()` now checks if the `sendParams` option is enabled when sending `params` to decide if they're going to be sent to AppSignal or not.
- Loading branch information
1 parent
35dc748
commit 118ae05
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
packages/nodejs/.changesets/sendparams-config-option-is-now-available.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" | ||
type: "add" | ||
--- | ||
|
||
The `sendParams` config option is now available. When set to `false`, it prevents the integration | ||
from sending request params to AppSignal. |
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