Skip to content

Commit

Permalink
chore: bump @opentelemetry/instrumentation-document-load dependency t…
Browse files Browse the repository at this point in the history
…o ^0.35.0 (#467)

Co-authored-by: marco.schaefer <marco.schaefer@grafana.com>
  • Loading branch information
eskirk and codecapitano authored Jan 30, 2024
1 parent 00cb194 commit 9772e3d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Next

- Enhancement (`@grafana/faro-web-sdk`): add response time to performance timings (#465).
- Deps (`@grafana/faro-web-tracing`): Update `instrumentation-document-load` which prevents build.
from breaking (#467).

## 1.3.6

Expand Down
2 changes: 1 addition & 1 deletion packages/web-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@opentelemetry/core": "^1.18.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.45.1",
"@opentelemetry/instrumentation": "^0.45.1",
"@opentelemetry/instrumentation-document-load": "^0.34.0",
"@opentelemetry/instrumentation-document-load": "^0.35.0",
"@opentelemetry/instrumentation-fetch": "^0.45.1",
"@opentelemetry/instrumentation-xml-http-request": "^0.45.1",
"@opentelemetry/otlp-transformer": "^0.45.1",
Expand Down
31 changes: 26 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1361,13 +1361,13 @@
"@opentelemetry/sdk-trace-base" "1.18.1"
"@opentelemetry/semantic-conventions" "1.18.1"

"@opentelemetry/instrumentation-document-load@^0.34.0":
version "0.34.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-document-load/-/instrumentation-document-load-0.34.0.tgz#873075b3484fc8874f8aeb7ffcc8aac487f10dc0"
integrity sha512-KvhQ7UDhHu/MCNeqm8rgeB82aM8D2sLYHPX65mamY9iJiXTe6cWzobZOgej5UjZqik8AE+z6mdiNupBiD7Y8lg==
"@opentelemetry/instrumentation-document-load@^0.35.0":
version "0.35.0"
resolved "https://registry.npmjs.org/@opentelemetry/instrumentation-document-load/-/instrumentation-document-load-0.35.0.tgz#e56f4c4d9e5a654c6a164b848946e9b189f137de"
integrity sha512-U3zQBjbAF0rm7GT7YJ8DPqgiCdBoshmld4c1pZe3tAGAMa5QPIjonIfSMSvJ2XMh6Nvi+8Rfe3XFCe0cuWIjsQ==
dependencies:
"@opentelemetry/core" "^1.8.0"
"@opentelemetry/instrumentation" "^0.45.1"
"@opentelemetry/instrumentation" "^0.48.0"
"@opentelemetry/sdk-trace-base" "^1.0.0"
"@opentelemetry/sdk-trace-web" "^1.15.0"
"@opentelemetry/semantic-conventions" "^1.0.0"
Expand Down Expand Up @@ -1442,6 +1442,17 @@
semver "^7.5.2"
shimmer "^1.2.1"

"@opentelemetry/instrumentation@^0.48.0":
version "0.48.0"
resolved "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.48.0.tgz#a6dee936e973f1270c464657a55bb570807194aa"
integrity sha512-sjtZQB5PStIdCw5ovVTDGwnmQC+GGYArJNgIcydrDSqUTdYBnMrN9P4pwQZgS3vTGIp+TU1L8vMXGe51NVmIKQ==
dependencies:
"@types/shimmer" "^1.0.2"
import-in-the-middle "1.7.1"
require-in-the-middle "^7.1.1"
semver "^7.5.2"
shimmer "^1.2.1"

"@opentelemetry/otlp-exporter-base@0.45.1":
version "0.45.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.45.1.tgz#7170ec200152f89d74b2cf82fcf21fd32deebf03"
Expand Down Expand Up @@ -5980,6 +5991,16 @@ import-in-the-middle@1.4.2:
cjs-module-lexer "^1.2.2"
module-details-from-path "^1.0.3"

import-in-the-middle@1.7.1:
version "1.7.1"
resolved "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.7.1.tgz#3e111ff79c639d0bde459bd7ba29dd9fdf357364"
integrity sha512-1LrZPDtW+atAxH42S6288qyDFNQ2YCty+2mxEPRtfazH6Z5QwkaBSTS2ods7hnVJioF6rkRfNoA6A/MstpFXLg==
dependencies:
acorn "^8.8.2"
acorn-import-assertions "^1.9.0"
cjs-module-lexer "^1.2.2"
module-details-from-path "^1.0.3"

import-local@3.1.0, import-local@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4"
Expand Down

0 comments on commit 9772e3d

Please sign in to comment.