Open
Description
Describe the bug you encountered:
When deploying my python app on Heroku, no profile is being sent to the Pyroscope server. The same implementation works fine when running locally with the same version of pyroscope and python.
When enabling the logs, I can only see the following every 10secs, without any error or warning:
Pyroscope::Session > Creating Session`
What did you expect to happen instead?
Profiles should be generated and sent to the Pyroscope server.
How did you install pyroscope-rs
?
Pyroscope-rs is installed through the python package:
poetry add pyroscope-io
pyroscope-rs version and environment
Latest version of pyroscope-io is installed (0.8.8) with python 3.12.6.