init: restore source from @anthropic-ai/claude-code@2.1.88 sourcemap
This commit is contained in:
31
restored-src/node_modules/@opentelemetry/exporter-trace-otlp-grpc/build/src/OTLPTraceExporter.js
generated
vendored
Normal file
31
restored-src/node_modules/@opentelemetry/exporter-trace-otlp-grpc/build/src/OTLPTraceExporter.js
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
"use strict";
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.OTLPTraceExporter = void 0;
|
||||
const otlp_grpc_exporter_base_1 = require("@opentelemetry/otlp-grpc-exporter-base");
|
||||
const otlp_transformer_1 = require("@opentelemetry/otlp-transformer");
|
||||
const otlp_exporter_base_1 = require("@opentelemetry/otlp-exporter-base");
|
||||
/**
|
||||
* OTLP Trace Exporter for Node
|
||||
*/
|
||||
class OTLPTraceExporter extends otlp_exporter_base_1.OTLPExporterBase {
|
||||
constructor(config = {}) {
|
||||
super((0, otlp_grpc_exporter_base_1.createOtlpGrpcExportDelegate)((0, otlp_grpc_exporter_base_1.convertLegacyOtlpGrpcOptions)(config, 'TRACES'), otlp_transformer_1.ProtobufTraceSerializer, 'TraceExportService', '/opentelemetry.proto.collector.trace.v1.TraceService/Export'));
|
||||
}
|
||||
}
|
||||
exports.OTLPTraceExporter = OTLPTraceExporter;
|
||||
//# sourceMappingURL=OTLPTraceExporter.js.map
|
||||
21
restored-src/node_modules/@opentelemetry/exporter-trace-otlp-grpc/build/src/index.js
generated
vendored
Normal file
21
restored-src/node_modules/@opentelemetry/exporter-trace-otlp-grpc/build/src/index.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.OTLPTraceExporter = void 0;
|
||||
var OTLPTraceExporter_1 = require("./OTLPTraceExporter");
|
||||
Object.defineProperty(exports, "OTLPTraceExporter", { enumerable: true, get: function () { return OTLPTraceExporter_1.OTLPTraceExporter; } });
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user