add stack

This commit is contained in:
Gergő Móricz 2025-05-23 10:18:30 +02:00
parent 6776292cc2
commit d4e7bde03d

View File

@ -103,6 +103,7 @@ export function authMiddleware(
} else if (rateLimiterMode === RateLimiterMode.ExtractAgentPreview) {
logger.warn("EAP passed into authMiddleware directly?", {
body: req.body,
callStack: new Error().stack,
});
}