Sebastian Kreft

Results 91 comments of Sebastian Kreft

> There's mention of potentially needing this in a project configuration file: > > ``` > [mypy-opentelemetry.sdk.*] > implicit_reexport = True > ``` > > I do not know if...

Note that the current support of `chrome.runtime.lastError` does not help in complex cases, as you can only set one value. If you want for example that the call to `chrome.tabs.create`...

We tested the following monkey patch which has yielded noticeable improvements without having to change any of our endpoints. It reduced the latency (@50%) of one of our most used...

How can we remove the stale label?

Why is the stalebot marking it as stale, if it has a high priority?

@srikanthccv @ocelotl what do you think?

@ocelotl in the same spec you are citing you are missing the important part > Any characters outside of the baggage-octet range of characters MUST be percent-encoded.

Probably a duplicate of #67.

We are also affected by this error. A month before, it was a sporadic error, maybe once a week, and now we are seeing it many times per day.

Hi @grant, setting the environment variable does not work. However, I have partially succeeded on enabling `opentelemetry` for both background and http functions. Note that we only get HTTP spans,...