뉴렐릭 데이터 μš©μ–΄μ§‘

이 데이터 μš©μ–΄μ§‘μ€ NRDB에 μ €μž₯되고 NRQL을 톡해 쿼리할 수 μžˆλŠ” 일뢀 κΈ°λ³Έ 보고 데이터λ₯Ό μ •μ˜ν•©λ‹ˆλ‹€. μ—¬κΈ°μ—λŠ” Transaction, MobileRequest 및 BrowserInteraction 같은 μ΄λ²€νŠΈμ™€ Metric, Log 및 Span 데이터 μœ ν˜•μ΄ ν¬ν•¨λ©λ‹ˆλ‹€. 쿼리 λΉŒλ” UIμ—μ„œλ„ 데이터 μœ ν˜•κ³Ό 속성 이름 μœ„μ— 마우슀λ₯Ό 올리면 μ •μ˜κ°€ ν‘œμ‹œλ©λ‹ˆλ‹€.

λ‹€μŒμ€ 이 μš©μ–΄μ§‘μ— ν¬ν•¨λ˜μ§€ μ•Šμ€ μ‚¬ν•­μž…λ‹ˆλ‹€.

  • 인프라 ν†΅ν•©μ˜ 데이터(ν•΄λ‹Ή ν†΅ν•©μ˜ λ¬Έμ„œ μ°Έμ‘°)
  • μ»€μŠ€ν…€ 데이터
  • λ©”νŠΈλ¦­ λ°μ΄ν„°μ˜ 톡합별 μ„ΈλΆ€ 속성

MobileApplicationExit

Data source:

A MobileApplicationExit event is generated when an app terminates, either due to a crash or other reasons such as low memory, ANRs, etc. Currently, this event is reported only for Android mobile applications. It leverages Android’s ApplicationExitInfo API to monitor and report on the different reasons for your app’s termination.

This event provides valuable insights into the circumstances surrounding the app's termination and includes attributes such as reason, description, etc. For example, to understand the different reasons for your app exit, you would look at the reason attribute. For all ANRs, the reason would be 6, for crashes it would be 4, and so on, as described in the Android documentation. For a human readable description for your app exit, try looking at the description attribute.

Attribute nameDefinitionData types
device

The specific type of the device: iPhone 8, iPad Pro, etc. Duplicate of deviceType.