https://develop.sentry.dev/sdk/telemetry/logs/
Sentry is adding support for structured logging.
- Define the logs protocol and log envelope item in the SDK
- Add the Public API (SDK options and methods) as per the docs
- Create a GH discussion that contains instructions for setting up the SDK in your repo. Eventually this will be moved into the primary docs. See the JS SDK's GH discussion for inspiration.
Out of Scope
- We dont want to add logs to integrations yet, we only want to provide the API for now
https://develop.sentry.dev/sdk/telemetry/logs/
Sentry is adding support for structured logging.
Out of Scope