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

Automatically attach SentryInterceptor for OkHttp and Apollo #222

Closed
romtsn opened this issue Oct 28, 2021 · 1 comment
Closed

Automatically attach SentryInterceptor for OkHttp and Apollo #222

romtsn opened this issue Oct 28, 2021 · 1 comment

Comments

@romtsn
Copy link
Member

romtsn commented Oct 28, 2021

Since we have some basis for bytecode manipulation now, we can utilise that knowledge and attach SentryInterceptor for okhttp and apollo clients automatically to avoid any manual work from the user's site

@philipphofmann
Copy link
Member

philipphofmann commented Nov 10, 2021

Things to consider:

  • Make this feature opt-in, because we want feedback first. In the next major, we enable this per default.
  • Point this out in the docs.
  • More than one endpoint, maybe want to track one and not the other.
  • Multiple Gradle plugins instrumenting OkHttp or Apollo
  • Encourage people using this feature in the Wizard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants