@opentelemetry/instrumentation-document-load
Version:
OpenTelemetry instrumentation for document load operations in browser applications
11 lines • 394 B
JavaScript
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
export var AttributeNames;
(function (AttributeNames) {
AttributeNames["DOCUMENT_LOAD"] = "documentLoad";
AttributeNames["DOCUMENT_FETCH"] = "documentFetch";
AttributeNames["RESOURCE_FETCH"] = "resourceFetch";
})(AttributeNames || (AttributeNames = {}));
//# sourceMappingURL=AttributeNames.js.map