이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Overview

Frustration signals identify points of user friction in your mobile application by capturing patterns like error taps.

Mobile RUM collects the following type of frustration signal:

Error Taps
A user taps on an element, and at least one error occurs during the action's duration or within 100 ms after the action ends.

The Mobile RUM SDK automatically detects frustration signals with no additional configuration.

Search for frustration signals in the RUM Explorer

Frustration signals appear in the RUM Explorer as action attributes. Search through your RUM data to surface trends on frustration signals and analyze patterns of user friction.

Enter a facet in the search query to begin. Available search fields include:

Frustration Type
Find actions with a specific frustration signal. For example, to see all actions with an error tap, add action.frustration.type:error_tap to the search query.
Frustration Count
Find sessions and views where any frustration signal occurred. For example, to find sessions or views with at least one frustration signal, add session.frustration.count:>1 or view.frustration.count:>1 to the search query.

Further reading

Additional helpful documentation, links, and articles: