-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Telemetry #49
base: main
Are you sure you want to change the base?
Add Telemetry #49
Conversation
routeFunction, | ||
{ | ||
sdk: SDK_TELEMETRY, | ||
platform: "cloudflare", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we have runtime here?
{ | ||
sdk: SDK_TELEMETRY, | ||
platform: "express", | ||
runtime: `node@${process.version}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can we make sure it's node? It can also be bun etc... can we somehow detect that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This applies to all the configs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can change |
The user should be able to opt out of telemetry logging, but it can be enabled by default |
Adds telemetry headers to workflow requests.