Application Insights OpenTelemetry fresh install not showing stack trace
I just installed Application Insights OpenTelemtery into a fresh copy of IdentityServer 7. I'm getting a 500 error on login. The error.type field shows
System.InvalidOperationException
System.InvalidOperationException
, but no stack trace is shown.
Identity Server 7 comes with SeriLog installed by default. I'm not sure if that's somehow intercepting something but it seems as though if it can get the error.type, it should be able to get the stack trace.
Normally I see here a checkbox
Just My Code
Just My Code
, and when I uncheck that, I see the full stack trace.