add stack
This commit is contained in:
@@ -103,6 +103,7 @@ export function authMiddleware(
|
|||||||
} else if (rateLimiterMode === RateLimiterMode.ExtractAgentPreview) {
|
} else if (rateLimiterMode === RateLimiterMode.ExtractAgentPreview) {
|
||||||
logger.warn("EAP passed into authMiddleware directly?", {
|
logger.warn("EAP passed into authMiddleware directly?", {
|
||||||
body: req.body,
|
body: req.body,
|
||||||
|
callStack: new Error().stack,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user