Skip to content

Commit c291d8e

Browse files
Update src/Sentry.Extensions.Logging/SentryStructuredLogger.cs
Co-authored-by: James Crosswell <[email protected]>
1 parent c8d3df5 commit c291d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry.Extensions.Logging/SentryStructuredLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Except
8989
};
9090

9191
log.SetDefaultAttributes(_options, _sdk);
92-
log.SetOrigin("auto.log.microsoft_extensions");
92+
log.SetOrigin("auto.log.extensions_logging");
9393

9494
if (_categoryName is not null)
9595
{

0 commit comments

Comments
 (0)