Skip to content

Commit 038bbdb

Browse files
authored
chore: mark trace exporters private to prevent publish (#2836)
1 parent 4ca2d89 commit 038bbdb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/exporter-trace-otlp-grpc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@opentelemetry/exporter-trace-otlp-grpc",
33
"version": "1.0.1",
4+
"private": "true",
45
"description": "OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector",
56
"main": "build/src/index.js",
67
"types": "build/src/index.d.ts",

packages/exporter-trace-otlp-http/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@opentelemetry/exporter-trace-otlp-http",
33
"version": "1.0.1",
4+
"private": "true",
45
"description": "OpenTelemetry Collector Trace Exporter allows user to send collected traces to the OpenTelemetry Collector",
56
"main": "build/src/index.js",
67
"module": "build/esm/index.js",

packages/exporter-trace-otlp-proto/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@opentelemetry/exporter-trace-otlp-proto",
33
"version": "1.0.1",
4+
"private": "true",
45
"description": "OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP",
56
"main": "build/src/index.js",
67
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)