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

Auto install Sentry SDK and integrations for Java #503

Closed
adinauer opened this issue Jun 5, 2023 · 2 comments · Fixed by #521
Closed

Auto install Sentry SDK and integrations for Java #503

adinauer opened this issue Jun 5, 2023 · 2 comments · Fixed by #521
Assignees
Labels
enhancement New feature or request Platform: Java

Comments

@adinauer
Copy link
Member

adinauer commented Jun 5, 2023

Problem Statement

For Android we already auto install the Sentry SDK and other Sentry dependencies if the project uses libraries we have integrations for. We should provide the same functionality for Backend, Desktop, etc.

Solution Brainstorm

Copy what's available for Android.

@adinauer adinauer added enhancement New feature or request Platform: Java labels Jun 5, 2023
@smeubank
Copy link
Member

smeubank commented Jun 5, 2023

auto configure extra features in plugin and potentially bytecode manipulation

@smeubank
Copy link
Member

smeubank commented Jun 5, 2023

consider ways to add telemetry to plugin (similar to JS bundler plugins) or something more generically in sentry-cli similar to user-agent approach

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: Java
Projects
None yet
2 participants