WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2293587

Browse files
committed
move otel api back to dependencies
1 parent 5ea7edd commit 2293587

File tree

82 files changed

+16
-2450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+16
-2450
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ClientRequest, IncomingMessage, OutgoingMessage, ServerResponse } from "http";
22
import { LookupFunction } from 'net';
33
import * as opentracing from "./packages/node_modules/opentracing";
4-
import * as otel from "./packages/node_modules/@opentelemetry/api";
4+
import * as otel from "@opentelemetry/api";
55

66
/**
77
* Tracer is the entry-point of the Datadog tracing implementation.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
"version.js"
124124
],
125125
"dependencies": {
126+
"@opentelemetry/api": ">=1.0.0 <1.10.0",
127+
"@opentelemetry/api-logs": "<1.0.0",
126128
"dc-polyfill": "^0.1.10",
127129
"import-in-the-middle": "^1.14.2"
128130
},

packages/node_modules/@opentelemetry/api-logs/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

packages/node_modules/@opentelemetry/api-logs/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)