@opentelemetry/instrumentation-document-load
Version:
OpenTelemetry instrumentation for document load operations in browser applications
14 lines • 530 B
JavaScript
;
/*
* 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