Skip to content

Commit

Permalink
Merge pull request #462 from gamechanger/dd-trace
Browse files Browse the repository at this point in the history
Upgrade dd-trace to 3.17.0
  • Loading branch information
jdebbink committed Jun 16, 2023
2 parents b091cb9 + 86cb603 commit 57988b5
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 180 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gamechanger/datadog-apm",
"version": "1.1.4",
"version": "1.2.0",
"description": "Utility functions to help integrate Datadog's APM with a Node.js client",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,6 +50,6 @@
"typescript": "^5.0.4"
},
"dependencies": {
"dd-trace": "^2.8.0"
"dd-trace": "3.17.0"
}
}
Loading

0 comments on commit 57988b5

Please sign in to comment.