Michał Lipiński

Results 19 comments of Michał Lipiński

Hi @RamyaPayyavula! See #171 😃

Hi @RamyaPayyavula! See #240 😃

@kamilkp Use case is very simple nested angular components. Would be nice to have it released.

Hi @hdorgeval, I can't share original repo but as You may see above it can return false positive for almost empty folders. [publish-please-repro](https://github.com/owlcode/publish-please-repro) contains only one file with console log...

@jeremypeter I'm aware of that but since it suggests also version that shouldn't be used I recommend to change it. It will also cover `< 3.0.0` scenario but it won't...

> At first blush this appears to be an interaction due to the changes introduced in https://github.com/DataDog/datadog-agent/releases/tag/7.48.0 changing the apm queueing and backpressure logic. > > In fact, there looks...

@DivyaNayaka can you share some snippets with "working" example? I have similar experience @li-dennis with auto instrumentation, versions: ```json "@opentelemetry/api": "^1.8.0", "@opentelemetry/auto-instrumentations-node": "^0.43.0", "@opentelemetry/api-logs": "^0.50.0", "@opentelemetry/winston-transport": "^0.2.0", ``` env: ```...

@DivyaNayaka that was also my guess, thanks for confirmation. I would like to ask author @dyladan, can you confirm or what was your approach while testing?

@dyladan Ahh I apologize, highlighted you wrongly due to this [release](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/b31df370ce61a60a407495cac665c4131ca8dfb9).

In case someone else is looking for solution with additions like resource augmentation for logs. ```ts import * as api from "@opentelemetry/api-logs"; // It might be one of http, proto,...