Record Exception does not happen out of the box. #4581
Unanswered
robvanpamel
asked this question in
Q&A
Replies: 1 comment
-
@robvanpamel - Are you expecting exceptions handled inside |
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
-
Hi
It might look like a detail, but after I instrumented my AspNetCore application to record exception, this still didn't happend.
I still have to add an asp.net ExceptionHandler where I record the exception, like mentioned below. This is not really the behavior that I expected, but it might be by design.
Is this normal behavior, or am I doing something wrong?
I am using .NET 6 LST.
Beta Was this translation helpful? Give feedback.
All reactions