This can be fixed with using raw string or escaping them. ``` ./tests/contrib/django/tests.py:729: DeprecationWarning: invalid escape sequence \: with Settings(SENTRY_ALLOW_ORIGIN=[re.compile('https?\://(.*\.)?example\.com')]): ```
This can be fixed with using raw string or escaping them.