Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add breadcrumbs for auto-instrumentation #430

Open
Tracked by #91 ...
romtsn opened this issue Jan 20, 2023 · 1 comment
Open
Tracked by #91 ...

Add breadcrumbs for auto-instrumentation #430

romtsn opened this issue Jan 20, 2023 · 1 comment
Labels
enhancement New feature or request Platform: Android

Comments

@romtsn
Copy link
Member

romtsn commented Jan 20, 2023

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
Copy link
Member Author

romtsn commented Jan 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Platform: Android
Projects
Status: Backlog
Development

No branches or pull requests

2 participants