UNPKG

@opentelemetry/instrumentation-document-load

Version:
14 lines 530 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributeNames = void 0; var AttributeNames; (function (AttributeNames) { AttributeNames["DOCUMENT_LOAD"] = "documentLoad"; AttributeNames["DOCUMENT_FETCH"] = "documentFetch"; AttributeNames["RESOURCE_FETCH"] = "resourceFetch"; })(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {})); //# sourceMappingURL=AttributeNames.js.map