sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Add breadcrumbs for auto-instrumentation

Open romtsn opened this issue 3 years ago • 1 comments

Description

For now we only automatically create breadcrumbs for our okhttp integration, but not for Room or File I/O. This would extend our event metadata even more and help fixing bugs.

romtsn avatar Jan 20 '23 14:01 romtsn

When doing this, we have to consider adding 2 things (maybe later):

  • Add a BeforeBreadcrumbCallback (this may be tricky with bytecode manipluation)
  • Add a new option to disable breadcrumbs collection, if there are requests. By default we do not add the option.

romtsn avatar Jan 25 '23 15:01 romtsn