UNPKG

@opentelemetry/instrumentation-user-interaction

Version:
12 lines 432 B
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ export var AttributeNames; (function (AttributeNames) { AttributeNames["EVENT_TYPE"] = "event_type"; AttributeNames["TARGET_ELEMENT"] = "target_element"; AttributeNames["TARGET_XPATH"] = "target_xpath"; AttributeNames["HTTP_URL"] = "http.url"; })(AttributeNames || (AttributeNames = {})); //# sourceMappingURL=AttributeNames.js.map