From 04015a9edd852c87fa1f04f0b89b0a3d6947856f Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Tue, 28 Jul 2020 08:57:16 -0400 Subject: [PATCH] fix: add missing grpc-js index (#1358) --- .../opentelemetry-plugin-grpc-js/src/index.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/opentelemetry-plugin-grpc-js/src/index.ts diff --git a/packages/opentelemetry-plugin-grpc-js/src/index.ts b/packages/opentelemetry-plugin-grpc-js/src/index.ts new file mode 100644 index 0000000000..238da8c96f --- /dev/null +++ b/packages/opentelemetry-plugin-grpc-js/src/index.ts @@ -0,0 +1,17 @@ +/* + * Copyright The OpenTelemetry Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export * from './grpcJs';