-
-
Notifications
You must be signed in to change notification settings - Fork 221
WIP: Logs for Sentry.Extensions.Logging
and integrations for Sentry.AspNetCore
and Sentry.Maui
#4193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/logs
Are you sure you want to change the base?
Conversation
…sentry-dotnet into feat/logs-initial-api
### Features | ||
|
||
- Add experimental support for [Sentry Structured Logging](https://docs.sentry.io/product/explore/logs/) via `SentrySdk.Experimental.Logger` ([#4158](https://github.com/getsentry/sentry-dotnet/pull/4158)) | ||
- Add experimental integrations of [Sentry Structured Logging](https://docs.sentry.io/product/explore/logs/) ([#4193](https://github.com/getsentry/sentry-dotnet/pull/4193)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If #4158 and #4193 are both going in the same release, we could probably compress it into a single changelog entry (referencing multiple PRs, as we often do for the dependency bumps)... maybe with some bullet/sub-list items for each of the integrations. It's a bit confusing otherwise having two change log entries announcing structured logging.
Initial implementation for
Sentry.Extensions.Logging
Initial integrations for
Sentry.AspNetCore
Sentry.Maui
Logs: https://develop.sentry.dev/sdk/telemetry/logs/