sentry-python
sentry-python copied to clipboard
Support Structured Logs in Python
We want to make it possible to send logging data to Sentry. For this we want to
- add a clean logging API to the SDK and
- update our Logging integration to send already set up logging messages to Sentry.
Details are added to the develop docs in this PR: https://github.com/getsentry/sentry-docs/pull/12920