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

Integrate LeakCanary for production OOM/Leaks monitoring #3572

Open
romtsn opened this issue Jul 12, 2024 · 1 comment
Open

Integrate LeakCanary for production OOM/Leaks monitoring #3572

romtsn opened this issue Jul 12, 2024 · 1 comment

Comments

@romtsn
Copy link
Member

romtsn commented Jul 12, 2024

Description

LeakCanary has a whole section on how to integrate heap analysis with bugsnag https://square.github.io/leakcanary/leakcanary-for-releases/.

We could do something similar and either send a new event, or send the analysis as an attachment or context for OOM events (depending on how long the analysis takes).

This has to be a new integration, because of dependency on leakcanary.

There's also a bunch of recipes here: square/leakcanary#2119

@markushi
Copy link
Member

In the first iteration, let's roll with sending a custom event. At a later point we could think of doing the analysis right after an OOM happens (if possible).

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

No branches or pull requests

2 participants