You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Sentry Python SDK in our FastAPI application, and we have discovered that it might be causing some memory leaks in our web server where a lot of memory is retained in primary memory and not being released. We also saw an open issue on GitHub where Logger.exception causes memory leaks.
So we are kind of hoping to understand if we can resolve this and stick to Sentry because this is causing issues on our server.
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.14.0
Steps to Reproduce
This issue is created on behalf of the customer.
We are using Sentry Python SDK in our FastAPI application, and we have discovered that it might be causing some memory leaks in our web server where a lot of memory is retained in primary memory and not being released. We also saw an open issue on GitHub where Logger.exception causes memory leaks.
So we are kind of hoping to understand if we can resolve this and stick to Sentry because this is causing issues on our server.
Further information is provided in the shadow ticket.
Expected Result
No memory leaks.
Actual Result
Using the Sentry SDK causes memory leaks. Graphs are provided in the shadow ticket.
The text was updated successfully, but these errors were encountered: