Skip to content

Add NRTS to Sentry.Extensions.Logging #524

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

Merged
merged 3 commits into from
Sep 23, 2020
Merged

Add NRTS to Sentry.Extensions.Logging #524

merged 3 commits into from
Sep 23, 2020

Conversation

Tyrrrz
Copy link
Contributor

@Tyrrrz Tyrrrz commented Sep 23, 2020

No description provided.

@Tyrrrz Tyrrrz added the Feature New feature or request label Sep 23, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2020

Codecov Report

Merging #524 into main will increase coverage by 0.26%.
The diff coverage is 89.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #524      +/-   ##
==========================================
+ Coverage   60.10%   60.37%   +0.26%     
==========================================
  Files         112      112              
  Lines        2642     2660      +18     
  Branches      599      601       +2     
==========================================
+ Hits         1588     1606      +18     
- Misses        871      872       +1     
+ Partials      183      182       -1     
Impacted Files Coverage Δ
src/Sentry.Extensions.Logging/EventIdExtensions.cs 100.00% <ø> (ø)
...c/Sentry.Extensions.Logging/MelDiagnosticLogger.cs 77.77% <ø> (ø)
...xtensions.Logging/SentryLoggerFactoryExtensions.cs 93.33% <ø> (ø)
.../Sentry.Extensions.Logging/SentryLoggingOptions.cs 100.00% <ø> (ø)
...tensions.Logging/SentryLoggingOptionsExtensions.cs 100.00% <ø> (ø)
...rc/Sentry.Extensions.Logging/LogLevelExtensions.cs 83.33% <81.48%> (+4.38%) ⬆️
...entry.Extensions.Logging/DelegateLogEntryFilter.cs 85.71% <100.00%> (ø)
...try.Extensions.Logging/LoggingBuilderExtensions.cs 66.66% <100.00%> (ø)
src/Sentry.Extensions.Logging/SentryLogger.cs 98.70% <100.00%> (+1.29%) ⬆️
.../Sentry.Extensions.Logging/SentryLoggerProvider.cs 97.36% <100.00%> (+0.59%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a35731...3b30d41. Read the comment docs.

@@ -7,6 +7,12 @@
<AssemblyName>Sentry.Extensions.Logging</AssemblyName>
<RootNamespace>Sentry.Extensions.Logging</RootNamespace>
<Description>Official Microsoft.Extensions.Logging integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.</Description>
<Nullable>enable</Nullable>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the last package, can we move this to the root Directory.Build.props?
Or actually just the src

Tyrrrz and others added 2 commits September 23, 2020 17:57
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
@Tyrrrz Tyrrrz merged commit 0afcf08 into main Sep 23, 2020
@Tyrrrz Tyrrrz deleted the feature/nrt-mel branch September 23, 2020 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants