I keep have what I think should be a working django application running in a container with what I believe is a valid sentry DSN url, yet it keeps giving me the error: raven.exceptions.InvalidDsn: Unsupported Sentry DSN scheme: ('https://badec19b706d4[redacted]380c7ef2b@sentry.io/22[...]8')
I’ve checked this string in the settings and it’s correct. What should I be trying?