mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
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:
parent
6e7c947ab5
commit
45f8d762c2
3 changed files with 660 additions and 672 deletions
5
src/override.d.ts
vendored
Normal file
5
src/override.d.ts
vendored
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue