-
Notifications
You must be signed in to change notification settings - Fork 821
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
Class extends value undefined is not a constructor or null #1524
Comments
/cc @obecny |
tracer-web - proto and grpc is not supported in web so only |
thank you @obecny Also I tried the proto in
|
fix is here #1539 |
Contributions are always welcome. It would be a separate package though, are you thinking about proto over xmlhttprequest or grpc as well ? It would require extra packages to be included which might be heavy for web. If you think this is something that can be useful please create a new issue and describe it. This way other people can comment it, thx |
Sorry for the delay in response. Yes I am thinking about using proto over http1.1 as well as in future with grpc. |
Might be joining the party late here but I was wondering if anyone got protobuf exporter to run from client side. |
… DynamoDB attributes (open-telemetry#1524) * feat(opentelemetry-instrumentation-aws-sdk): add missing spec-defined DynamoDB attributes * feat(opentelemetry-instrumentation-aws-sdk): add checks for input attributes and additional unit tests * feat(opentelemetry-instrumentation-aws-sdk): run lint on dynamoDB unit tests --------- Co-authored-by: Haddas Bronfman <[email protected]> Co-authored-by: Marc Pichler <[email protected]>
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
v0.11.0
Please provide the code you used to setup the OpenTelemetry SDK
I am using tracer-web example.
What did you do?
I am trying to play around with exporters. I tried out the opentelemetry-exporter-collector and it works as expected. i.e. i start seeing traces in backend collector. Then I tried the same with opentelemetry-exporter-collector-proto
What did you expect to see?
I expected the traces to be exported to my backend in protobuf format.
What did you see instead?
I see an error in console
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: