Issues with tracing in Vue application #2681
Unanswered
alvaro-baranoski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We have the same problem, no matter what we put on cors: we always get the error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetins everyone,
I am trying to connect my Vue frontend to SigNoz via OpenTelemetry. I am following this tutorial, however, since our project is using TypeScript I had to do some modifications.
The problem that I'm facing is that the application is not able to connect to the /v1/traces endpoint. I've tried creating a single simple span to test the connection, but it still fails (in firefox, the request gets blocked and I get the NS_BINDING_ABORTED error). Has someone experienced the same issue? Is there another tutorial/documentation that I can look into to solve my issue? Thanks a bunch!
My tracing.ts:
My
otel-collector-config.yaml
CORS configuration:Beta Was this translation helpful? Give feedback.
All reactions