InstrumentationFeature

enum InstrumentationFeature : Enum<InstrumentationFeature>

Entries

OKHTTP
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.

FILE_IO
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.

DATABASE
Link copied to clipboard

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

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int