Marc Pichler

Results 156 comments of Marc Pichler

removing stale as this is still active as a reference for future PRs, will close once all changes are merged.

> I believe the sanitization should happen in the HTTP instrumentation, e.g. > > * https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-http/src/utils.ts#L346 > > * https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-http/src/utils.ts#L468 > > * https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-fetch/src/fetch.ts#L211 > > * https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-instrumentation-xml-http-request/src/xhr.ts#L338 > >...

> the probkem i am having is that only a few traces come across and actually make it to the receiving end. most of the traces get suck already on...

There are a few things to consider: - a `SimpleSpanProcessor` will export once every span is done, it could be that you were simply sending too many requests for the...

> Has there been some change in protected branches settings for repos or for the org, do you know? Just checked the branch protection rules, looks like `dependabot` is not...

Now we should be able to edit the branch. Also `dependabot` now has permissions to rebase. Let's test it :slightly_smiling_face: @dependabot rebase

good bot :slightly_smiling_face:

> Even if we include the xray mapping in a higher-level package like the Node SDK, the xray propagator would still need to live here and not in contrib. I...

> @pichlermarc let me know if there is anything I need to do here and/or next steps., Sorry this is taking so long. Turns out we need to figure out...