### How do you use Sentry? Self-hosted/on-premise ### Version 2.23 ### Steps to Reproduce 1. Upgrade sentry to 2.23 2. use `from sentry_sdk import *` ### Expected Result The import should just work. ### Actual Result ``` E AttributeError: module 'sentry_sdk' has no attribute '_experimental_logger.py'. Did you mean: '_experimental_logger'? ``` It worked fine with 2.22.