chore(deps): update opentelemetry-js monorepo (#252)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
This commit is contained in:
renovate[bot] 2023-09-16 12:14:45 +02:00 committed by GitHub
parent 6e7c947ab5
commit 45f8d762c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 660 additions and 672 deletions

5
src/override.d.ts vendored Normal file
View file

@ -0,0 +1,5 @@
// Issue with opentelemetry-js: https://github.com/open-telemetry/opentelemetry-js/issues/3580#issuecomment-1701157270
export {};
declare global {
type BlobPropertyBag = unknown;
}