Seeing duplicate log entries from Elysia

I’m running a simple Elysia Bun setup. Each request would create two log entries in runtime log. One without a function call and no logs attached. The other following that first one with a function call and logs. The tricky part is, the x-vercel-id I got from the request is for the empty one, which makes me unable to trace anything (as the logs are empty).
Any ideas on how can I connect those x-vercel-ids together? Or get rid of the empty runtime log entry completely (even better).

1 Like