feat(api): enhance PlaidException for detailed error logging and improve GlobalExceptionHandler for specific Plaid errors

This commit is contained in:
Stevan Freeborn
2026-03-11 19:28:15 -05:00
parent cb7ed41296
commit 6c8ee3e203
4 changed files with 30 additions and 8 deletions
@@ -33,6 +33,7 @@ public static class ServiceDefaultsExtensions
{
logging.IncludeFormattedMessage = true;
logging.IncludeScopes = true;
logging.ParseStateValues = true;
});
builder.Services.AddOpenTelemetry()