How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.16.0-1.18.0
Steps to Reproduce
So I have created celery application with sentry integration and worker that allocates large chunks of memory.
I observe that when I use sentry-sdk==1.15.0 my worker allocates memory ones and stays roughly at the same level for each consecutive task, whereas with version >1.15.0 (1.16.0, 1.17.0, 1.18.0) memory consumption increases with each task.
Expected Result
I expect that with newer version of sentry-sdk will behave like 1.15.0 in my case.
Actual Result
I've prepared repository with a code that could help to reproduce a bug.
https://github.com/oleks-popovych/sentry-leak
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.16.0-1.18.0
Steps to Reproduce
So I have created celery application with sentry integration and worker that allocates large chunks of memory.
I observe that when I use
sentry-sdk==1.15.0my worker allocates memory ones and stays roughly at the same level for each consecutive task, whereas with version>1.15.0(1.16.0,1.17.0,1.18.0) memory consumption increases with each task.Expected Result
I expect that with newer version of
sentry-sdkwill behave like1.15.0in my case.Actual Result
I've prepared repository with a code that could help to reproduce a bug.
https://github.com/oleks-popovych/sentry-leak