Sentry error not appearing

We are using sentry for django project.
And two environments qa and prod.

for prod env, errors are being captured and showing up in sentry but for qa env
errors are not being captured.

sentry-sdk==1.4.3

Not sure what is the issue here, can anybody provide inputs