Eddy Lin

Results 3 comments of Eddy Lin

For people using Sentry and Genkit and want traces exported to Genkit without disabling Sentry, I tried this and it seems to work for me: https://github.com/firebase/genkit/issues/2904#issuecomment-3509943920

I think I fixed my project's backend telemetry with Sentry + Genkit: ## Context Per Sentry docs (https://github.com/getsentry/sentry-javascript/blob/develop/docs/v8-node.md#using-a-custom-opentelemetry-setup), `Sentry.init()` creates its own OpenTelemetry provider. So, to use a custom OpenTelemetry...

For reference, this is super similar to the same problems we had with Sentry, as described in #2904. Although Sentry luckily exposes a way to use a custom OpenTelemetry provider...