Make execution_id available in Edge Functions
#14949
Unanswered
gaetschwartz
asked this question in
Feature Requests
Replies: 0 comments
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.
It would be great to have access to the
execution_idof a function run via Deno environnement. For now we have access toDENO_DEPLOYMENT_IDwhich isprojectId_functionId_functionVersionso it would be great to also have access to the execution id as well :)All reactions