Skip to content
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

update deps, add edge support #15

Closed
wants to merge 4 commits into from
Closed

update deps, add edge support #15

wants to merge 4 commits into from

Conversation

agadzik
Copy link

@agadzik agadzik commented Aug 23, 2023

  • Updating dependencies to the latest versions
  • Adds Edge support for OTEL tracing

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

package.json Show resolved Hide resolved
src/index.edge.ts Outdated Show resolved Hide resolved
src/index.edge.ts Outdated Show resolved Hide resolved
src/index.node.ts Outdated Show resolved Hide resolved
src/index.edge.ts Show resolved Hide resolved
method: "POST",
body: JSON.stringify(serviceRequest),
headers: {
"Content-Type": "application/json",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without additional headers from OTEL_EXPORTER_OTLP_HEADERS this won't do much for folks.

@DavidS-ovm
Copy link

I've copied this into our codebase to test out (including fixing the configuration) but was not able to tickle it to send spans to my collector.

@dvoytenko
Copy link
Member

@DavidS-ovm yes. We are doing a major review on this package, so this would likely change significantly. Should have some additional info on this soon.

@dvoytenko dvoytenko closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants