forked from open-telemetry/opentelemetry-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sdk-trace-node): support xray propagator (open-telemetry#4602)
* fix(opentelemetry-sdk-trace-node): support xray propagator Signed-off-by: Anu Sridhar <anu.sridhar@nearmap.com> * linter fix Signed-off-by: Anu Sridhar <anu.sridhar@nearmap.com> * Build trigger * Update package.json Revert newline change * chore: add changelog entry * fix: lint --------- Signed-off-by: Anu Sridhar <anu.sridhar@nearmap.com> Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
- Loading branch information
1 parent
b518e16
commit 75d88f7
Showing
6 changed files
with
12 additions
and
1 deletion.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,9 @@ | |
}, | ||
{ | ||
"path": "../opentelemetry-semantic-conventions" | ||
}, | ||
{ | ||
"path": "../propagator-aws-xray" | ||
} | ||
] | ||
} |