InstrumentationFeature

Entries

Link copied to clipboard

When enabled the SDK will create spans for any CRUD operation performed by 'androidx.sqlite.db.SupportSQLiteOpenHelper' and 'androidx.room'. This feature uses bytecode manipulation.

Link copied to clipboard

When enabled the SDK will create spans for java.io.FileInputStream, java.io.FileOutputStream, java.io.FileReader, java.io.FileWriter. This feature uses bytecode manipulation and replaces the above mentioned classes with Sentry-specific implementations.

Link copied to clipboard

When enabled the SDK will create spans for outgoing network requests and attach sentry-trace-header for distributed tracing. This feature uses bytecode manipulation and attaches SentryOkHttpInterceptor to all OkHttp clients in the project.

Link copied to clipboard

When enabled the SDK will create breadcrumbs when navigating using androidx.navigation.NavController. This feature uses bytecode manipulation and adds an OnDestinationChangedListener to all navigation controllers used in Jetpack Compose.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard