By some reason, we can't use a absolute domain for sentry, so we use subpath instead like company.io/sentry/project_id. But sentry-python think project_id as int, and think the dsn above is invalid.
Exception:
sentry_sdk.utils.BadDsn: Invalid project in DSN (u'sentry/848')
By some reason, we can't use a absolute domain for sentry, so we use subpath instead like
company.io/sentry/project_id. Butsentry-pythonthink project_id as int, and think the dsn above is invalid.Exception: