We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b4490 commit f66613eCopy full SHA for f66613e
packages/core/package.json
@@ -23,6 +23,10 @@
23
"watch": "tsc -w"
24
},
25
"dependencies": {
26
+ "@dd/error-tracking-plugin": "workspace:*",
27
+ "@dd/rum-plugin": "workspace:*",
28
+ "@dd/synthetics-plugin": "workspace:*",
29
+ "@dd/telemetry-plugin": "workspace:*",
30
"async-retry": "1.3.3",
31
"chalk": "2.3.1",
32
"glob": "11.0.0"
yarn.lock
@@ -1654,6 +1654,10 @@ __metadata:
1654
version: 0.0.0-use.local
1655
resolution: "@dd/core@workspace:packages/core"
1656
dependencies:
1657
+ "@dd/error-tracking-plugin": "workspace:*"
1658
+ "@dd/rum-plugin": "workspace:*"
1659
+ "@dd/synthetics-plugin": "workspace:*"
1660
+ "@dd/telemetry-plugin": "workspace:*"
1661
"@types/async-retry": "npm:1.4.8"
1662
"@types/chalk": "npm:2.2.0"
1663
"@types/node": "npm:^18"
0 commit comments