We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The failed network request get logged to AI but exception and exception details are not shown.
Probably related to this: https://github.com/twitchax/axum-insights/blob/main/src/lib.rs#L1098-L1106
The text was updated successfully, but these errors were encountered:
changing the macro syntax to following will fix it.
tracing::event!( Level::ERROR, ai.customEvent.name = "exception", "exception.type" = format!("HTTP {}", status.as_u16()), exception.message = error_message, exception.stacktrace = error_stacktrace, "exception" );
Sorry, something went wrong.
No branches or pull requests
The failed network request get logged to AI but exception and exception details are not shown.
Probably related to this:
https://github.com/twitchax/axum-insights/blob/main/src/lib.rs#L1098-L1106
The text was updated successfully, but these errors were encountered: