Integrating Effect with OpenTelemetry and Sentry
How does Effect work with open telemetry and Sentry?
The documentation only talks about printing the spans to the console but i don't know if it overwrites the sentry implementation or something, i'm not familiar with open telemetry
Do i really have to provide a NodeSDK from "@effect/opentelemetry"?
Does sentry already hook up into it?
This is the code I have:
If i do something like
Will it already be sent to sentry?
The documentation only talks about printing the spans to the console but i don't know if it overwrites the sentry implementation or something, i'm not familiar with open telemetry
Do i really have to provide a NodeSDK from "@effect/opentelemetry"?
Does sentry already hook up into it?
This is the code I have:
If i do something like
Will it already be sent to sentry?
