-
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.
- Remove fallback for unknown span body. The notice about a missing extractor is now a trace level log. - Filter root span attributes that are set as tags, params, headers, etc. - Filter more root span attributes that can contain PII information. - Improve http extractor span name to use `http.route` attribute to always build the incident action name. This should avoid new incidents with `HTTP POST`-like naming.
- Loading branch information
Showing
4 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
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,14 @@ | ||
--- | ||
bump: "patch" | ||
type: "change" | ||
--- | ||
|
||
Bump agent to v-de2dd6e. | ||
|
||
- Remove fallback for unknown span body. The notice about a missing extractor | ||
is now a trace level log. | ||
- Filter root span attributes that are set as tags, params, headers, etc. | ||
- Filter more root span attributes that can contain PII information. | ||
- Improve http extractor span name to use `http.route` attribute to always | ||
build the incident action name. This should avoid new incidents with | ||
`HTTP POST`-like naming. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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