Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Commit 2856e23

Browse files
author
Plorence
authored
Merge pull request #26 from bazzi-gg/sentry_integration
appsettings.json과 Sentry 통합
2 parents cd55be2 + 09e1714 commit 2856e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PlayerGC/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ static IHostBuilder CreateHostBuilder(string[] args) =>
3333
})
3434
.ConfigureLogging((hostingContext, logging) =>
3535
{
36-
logging.AddSentry(hostingContext.Configuration["Sentry:Dsn"]);
36+
logging.AddConfiguration(hostingContext.Configuration);
37+
logging.AddSentry();
3738
});

0 commit comments

Comments
 (0)