How do I get the request context in the edge function? #13205
Unanswered
kamtorocks
asked this question in
Feature Requests
Replies: 1 comment
|
You can use the req object that is passed to the edge function: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Such as requestID.
I want to log something that can be linked the request.
All reactions