Lalit Kumar Bhasin

Results 425 comments of Lalit Kumar Bhasin
trafficstars

@VadimRomanets - In order to get this prioritized for next planning, can you ask the PM from your team to add a dependency ask for Observability. It can be done...

@VadimRomanets - There has been fix to support separate collector endpoints through multiple logManagers for iOS ( #1021 ). Can you validate if this issue is fixed with the latest...

@Qusic - I am supposing switcher performs graceful shutdown of the app and ensures that LogManager::FlushAndTeardown() method is called before the app gets killed. There have been fixes done in...

@Qusic - Can you confirm if you are following the guidelines posted in the link: https://github.com/microsoft/cpp_client_telemetry/blob/main/docs/use-after-free.md, basically calling `Flush` before FlushAndTeardown`. We would work on the v4 planning in the...

Closing, please use as suggested by Max above.

Using separate `gh-pages` branch to publish the automatically generated Github pages seems to be most popular way of publishing C++ documents. Found something similar for [travisCI](https://gist.github.com/vidavidorra/548ffbcdae99d752da02), but it should be...

Thanks for reporting it. Seems this line https://github.com/microsoft/cpp_client_telemetry/blob/c5e79bfd3aed528a07cfa87e608a33693d767b62/.github/workflows/build-windows-vs2019.yaml#L26 is preventing failure to be flagged. It was added as part of #768. Tagging @maxgolov if he still remember why this was...

Ok my bad, Seems the above change is only to prevent submodules checkout failures to be flagged, need to investigate more here.

@prabhavsharma - Have you gone through the issue ( https://github.com/microsoft/cpp_client_telemetry/issues/624 ) if that helps?