Skip to content

809-srv383-web238

@ekassos ekassos tagged this 21 Oct 17:02
## Internal
### Updates & Improvements
- Adds the following configuration options to the Sentry backend
integration:
- <code><a
href="https://docs.sentry.io/platforms/python/configuration/options/#profile_lifecycle">profile_lifecycle</a>
= "trace"</code>: In `trace` mode, the profiler starts and stops
automatically based on active spans: the profiler continues to run while
there is at least one active span, and stops when there are no active
spans.
- <code><a
href="https://docs.sentry.io/platforms/python/configuration/options/#enable_logs">enable_logs</a>
= True</code>: Enables Sentry structured logs, allowing you to use the
`sentry_sdk.logger` APIs to send logs to Sentry. This option must be set
to True to automatically capture logs from Python’s built-in logging
module or other supported logging integrations.
Assets 2
Loading