Instrumentation Feature
Entries
OKHTTP
Link copied to clipboard
OKHTTP()
Content 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
FILE_IO()
Content 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.