UNPKG

@opentelemetry/instrumentation-document-load

Version:
11 lines 394 B
/* * 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