Sentry not working inside subprocess

i am trying to install sentry with my application. which spins off other python code as subprocess. do any of you know if sentry works with subprocess ? do i have to re initialize inside the subprocess again ?

The SDK would need to be present in the subprocess. That’s just fundamentally how computers work. Processes don’t share memory like threads do.