sentry-python
sentry-python copied to clipboard
Report Memory and CPU insights in profiles
Problem Statement
Currently, there are no memory insights surfaced by profiling
Solution Brainstorm
Report CPU and memory insights as reported by Mobile SDKs
This is probably not something we can easily do in Python, since it will be system dependent and likely would require us to add a dependency (which we would want to avoid doing)
similar request: https://sentry.zendesk.com/agent/tickets/170286