sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Add breadcrumbs for auto-instrumentation
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.
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.