How to record exception without Stack Trace #3996
Hieu-Nguyen-1
started this conversation in
Ideas
Replies: 1 comment
-
There is no option to opt-out of stacktrace today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
How can I record exception without stacktrace
I am using:
.AddHttpClientInstrumentation(options => options.RecordException = true)
.AddAspNetCoreInstrumentation(options => options.RecordException = true)
.AddSqlClientInstrumentation(options => options.RecordException = true);
Thanks
Beta Was this translation helpful? Give feedback.
All reactions