UNPKG

@opentelemetry/instrumentation-user-interaction

Version:
15 lines 568 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["EVENT_TYPE"] = "event_type"; AttributeNames["TARGET_ELEMENT"] = "target_element"; AttributeNames["TARGET_XPATH"] = "target_xpath"; AttributeNames["HTTP_URL"] = "http.url"; })(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {})); //# sourceMappingURL=AttributeNames.js.map