getsentry / getsentry/sentry-dotnet
When Debug is true the SDK-Logger should also prints to the Console
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 51
Description
### Description
See https://develop.sentry.dev/sdk/telemetry/logs/.
>### Other
>
>If `debug` is set to `true` in SDK init, calls to the Sentry logger API should also print to the console with the appropriate log level. This will help debugging logging setups.
## References
- https://github.com/getsentry/sentry-dotnet/pull/4785
Contributor guide
Research direction
Start with the SDK telemetry logs specification and trace the SDK logger API from SDK initialization when debug is enabled. Confirm the appropriate console log levels and verify that logger calls are printed to the console only under that setting; the linked sentry-dotnet pull request provides additional context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100