Bartlomiej Obecny

Results 19 comments of Bartlomiej Obecny

I think it is fine the way it works now. If we start doing some partial solution in api we might confuse user even more, (why it works for sync...

> For something like an HTTP client that is instrumented directly, this would log warnings to all the users not using OpenTelemetry. They would have no clue what OpenTelemetry is...

@dyladan why did you add `package-lock.json` again?

> > @dyladan why did you add `package-lock.json` again? > > Only the one at the root of the project. Since these are not cross-linked in any way and don't...

> edit: also this is not bringing it back. it was never removed. You meant it wasn't removed with other locks files just recently which I think should be removed,...

I haven't used lerna for a while so not really sure what is the very latest of lerna. I can say like this if this is still issue (lerna doesn't...

The thing is that a good minifier can do much more so any of such "improvements" would rather be a job for minification. We could go back to es5 so...

By default we use `sendBeacon` where you cannot set any headers. If you set any headers in config then it will switch to use XMLHTTPRequest instead where you can set...

> If jaeger expects a content-type header to be set then maybe we should default to xhr and have a `useBeacon` setting where we document that you must be able...

which version of collector? are you using, can you please add full code including `package.json`, docker container configuration if you are using docker etc. etc. You might also create a...