cpp_client_telemetry
cpp_client_telemetry copied to clipboard
1DS C++ SDK
https://github.com/microsoft/cpp_client_telemetry/blob/main/docs/cpp-start-windows.md#option-1-build-the-sdk-from-source-using-visual-studio Open cpp_client_telemetry/Solutions/MSTelemetrySDK.sln in Visual Studio 2022 (note that 2022 is not on the prereqs list). Get pop-up:
PROBLEM AND SOLUTION: registerReceiver API has mandated RECEIVER_EXPORTED param from SDK34 so added the param VALIDATION: Did sanity testing
**Describe your environment.** Apple Vision Pro simulator in Xcode Version 15.2 beta (15C5500c) **Steps to reproduce.** Run the code in the Apple Vision Pro simulator in Xcode Version 15.2 beta...
Issue: PowerInfoReceiver in HttpClient is processing broadcast on main thread. Android guideline is to avoid working on main thread on broadcast. Fix: HttpClient already has a executor, processing the broadcast...
## What is this? Adds a Rust "wrapper" to the 1DS C++ SDK, which will allow the SDK to be imported into Rust projects as a crate. The crate interacts...
Implement IP address scrub.
**Describe your environment.** Latest 1DS C++ SDK v3.7.62.1 **Steps to reproduce.** No repro just a crash report from AppCenter from our Android app. **What is the expected behavior?** N/A **What...
**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...