cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

1DS C++ SDK

Results 166 cpp_client_telemetry issues
Sort by recently updated
recently updated
newest added

C# projection layer - old work item #4 It took us a few years to realize that we finally need 1DS C++ SDK bindings for Unity C# code in [Microsoft...

**Describe your environment.** Version 3.7.62.1 c# wrapper, highly likely to repro from c++ **Steps to reproduce.** ```c# var logger = LogManager.Initialize("your token"); var config = new LogConfiguration() { OfflineStorage =...

bug

Hello team, I am trying to compare the telemetry data before and after migrating to the 1DS SDK. I have noticed that some properties are missing after the migration, specifically:...

question

- SDKVersion: 3.6.69 - platform: iOS - Steps to reproduce: Online problem, can't repro. Incident Identifier: 3d94be34-cfe6-475e-a1ad-a2f83c8219de CrashReporter Key: 78963EDB-41E8-48E7-81C7-179BB23EFBBD Hardware Model: iPhone10,6 Process: XXX [25116] Path: /private/var/containers/Bundle/Application/9401C3DE-11F3-4E1C-AF23-E548A52E6A3D/XXX.app/XXX Identifier: XXX...

bug
v4

**Describe your environment.** Reproduced on Windows 11, Solutions/version.txt is 3.6.999.1 **Steps to reproduce.** This is a race condition that is a bit tricky to reproduce and as consequence not easy....

bug

**Describe your environment.** macOS 12.3.1, xcode 13.3.1, main branch **Steps to reproduce.** Clone the repo. Build main project with tests and obj-c wrapper off. Build sample c++ project. ``` Current...

bug

### Discussed in https://github.com/microsoft/cpp_client_telemetry/discussions/1092 Originally posted by **nishchith-cp** January 20, 2023 Need to set the `DeviceInfo.OsVersion` from the client side. Currently, the `DeviceInfo.OsVersion` is being populated within the SDK. We...

question

Please: - Describe your scenario. - Describe your environment: SDK version, platform, OS version, compiler type, etc. - Describe the focus area: transmission controls, offline storage, backend routing controls, reliability,...

question

**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version...

bug

**Is your feature request related to a problem?** My team works on a UWP app that needs to be able to change the collector URL. However, only the static LogManager...