Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Crash Instrumentation

Status: development

The crash instrumentation detects uncaught exceptions in the user application and reports these occurrences as telemetry.

Telemetry

This instrumentation produces the following telemetry:

Crash

Note: This instrumentation supports additional user-configurable AttributeExtractors that may set additional attributes from the given CrashDetails (Thread and Throwable).

Installation

This instrumentation comes with the android agent out of the box, so if you depend on it, you don't need to do anything else to install this instrumentation. However, if you don't use the agent but instead depend on core directly, you can manually install this instrumentation by following the steps below.

Adding dependencies

implementation("io.opentelemetry.android.instrumentation:crash:1.2.0-alpha")