You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I want to collect traces of my Cloudflare Workers app with openTelemtry.
There is a third-party openTelemetry library, and you can set your exporter with an Exporter instance or the API endpoint URL and auth headers there.
@sentry/opentelemetry library exports no Exporter class and I'm not sure whether it works with Cloudflare Workers runtime or not, so I'm thinking of using URL setting.
However, I couldn't find API for traces in the API documentation. https://docs.sentry.io/api/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I want to collect traces of my Cloudflare Workers app with openTelemtry.
There is a third-party openTelemetry library, and you can set your exporter with an Exporter instance or the API endpoint URL and auth headers there.
@sentry/opentelemetry
library exports no Exporter class and I'm not sure whether it works with Cloudflare Workers runtime or not, so I'm thinking of using URL setting.However, I couldn't find API for traces in the API documentation.
https://docs.sentry.io/api/
Does anyone know how I can do that?
Beta Was this translation helpful? Give feedback.
All reactions