Sentry Intetrion: Support configuring breadcrumb and event levels

The Sentry Python logging integration supports specifying the Python logging levels for which Sentry captures events and breadcrumbs for those events. I’d like to use Sentry to monitor and address not just things that HA thinks are errors, but warnings as well, and if I’m having trouble understanding an issue I might want to capture debug messages as breadcrumbs for more context. Maybe other users would only want to see critical errors in Sentry and would want to save space in sentry by only including warnings and errors as breadcrumbs. Can we add support for specifying these levels in configuration.yaml?