@opentelemetry/instrumentation-user-interaction
Version:
OpenTelemetry instrumentation for user interactions as click events in a web application
12 lines • 432 B
JavaScript
/*
* 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