Skip to content

Commit b99c53f

Browse files
committed
Remove outdated comment from AspNetCore example
1 parent ac9f7ce commit b99c53f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/Sentry.Samples.ME.AI.AspNetCore/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
.AsIChatClient()
3232
.AddSentry(options =>
3333
{
34-
// In this case, we already initialized Sentry from ASP.NET WebHost creation, we don't need to initialize
3534
options.Experimental.RecordInputs = true;
3635
options.Experimental.RecordOutputs = true;
3736
});

0 commit comments

Comments
 (0)