This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Is there a way around edge runtime's Date api limitations? #6826
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I've started running my functions on edge runtime, but now I see many tracing spans emitted from opentelemetry trace APIs are missing time attributes, and I'm guessing this is because of the limited Date API available on edge:
https://vercel.com/docs/functions/runtimes#limited-date-api
Is there anyway around this? We seem to lose a lot of observability because of this.
Beta Was this translation helpful? Give feedback.
All reactions