getsentry / sentry-python

The official Python SDK for Sentry.io
https://sentry.io/for/python/
MIT License
1.93k stars 510 forks source link

Report Memory and CPU insights in profiles #2822

Open serglom21 opened 8 months ago

serglom21 commented 8 months ago

Problem Statement

Currently, there are no memory insights surfaced by profiling

Solution Brainstorm

Report CPU and memory insights as reported by Mobile SDKs

szokeasaurusrex commented 2 months ago

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)