Skip to content

Commit 7c1b0b0

Browse files
committed
fix(native): bump libdatadog to 0.18.0
Bump the native package to the v0.18.0 release that includes the pipeline view refresh and OTLP client-computed-stats propagation.
1 parent 9c59e4e commit 7c1b0b0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"version.js"
168168
],
169169
"dependencies": {
170-
"@datadog/libdatadog": "0.17.0",
170+
"@datadog/libdatadog": "0.18.0",
171171
"dc-polyfill": "^0.1.11",
172172
"import-in-the-middle": "^3.3.1",
173173
"opentracing": ">=0.14.7"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@
252252
dependencies:
253253
spark-md5 "^3.0.2"
254254

255-
"@datadog/libdatadog@0.17.0":
256-
version "0.17.0"
257-
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.17.0.tgz#03df1ba89948e97864c793661daace1d69c356f3"
258-
integrity sha512-kzU1j0OL9wpbVrtDZQ6gZlzg+EDnVoEvtIcfilRiASYI9ttShKLETdLWXaBIEkIbUJEFu5ZgGnZq6SNMwIsYnQ==
255+
"@datadog/libdatadog@0.18.0":
256+
version "0.18.0"
257+
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.18.0.tgz#5463191475efcbde6cf1c93a5dea19b5d34f408e"
258+
integrity sha512-984HgkzYhK8xwKkDZR9/QtnXM3a/XZdEWPjRDJSZcznX2DKNWDG6mcjLTWGb/RfpMf5szmAHG1WnNrStoy9BPQ==
259259

260260
"@datadog/native-appsec@11.0.1":
261261
version "11.0.1"

0 commit comments

Comments
 (0)