-
Notifications
You must be signed in to change notification settings - Fork 1
π· Update dependency dd-trace to v6 #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -142,7 +142,7 @@ | |
| "vitest": "4.1.9" | ||
| }, | ||
| "dependencies": { | ||
| "dd-trace": "5.109.0" | ||
| "dd-trace": "6.0.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In CI, the Useful? React with πΒ / π. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The Useful? React with πΒ / π. |
||
| }, | ||
| "peerDependencies": { | ||
| "electron": ">=39" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dd-trace v6 is a major release (
engines.node: ">=22", drops Node 18/20). The existingelectron >=39peer dependency already implies Node 22+ at runtime, so no SDK code changes are needed here β confirmed by unit tests and a full local e2e run with 6.0.0.