@opentelemetry/instrumentation-user-interaction
Version:
OpenTelemetry instrumentation for user interactions as click events in a web application
15 lines • 568 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["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