mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-19 20:59:07 +08:00
add stack
This commit is contained in:
parent
6776292cc2
commit
d4e7bde03d
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user