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

**Describe your environment.** SDK version: 3.7.62.1 OS version: iOS 17.0 Xcode version: 15.0 clang version: Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix **Steps to reproduce.** 1. Enable...

bug

This changes adds support to custom trusted root certificate pinning support for HTTP Wininet library. Consumers will be able to ping root CA certificate based on certificate thumbprint and leaf...

`nativeSetIntTicketToken` in `LogManagerProvider.java` is incomplete in the last PR: #1131 This PR aims: 1. Implementation of `nativeSetIntTicketToken` in JNI, which turns out to be the `setTicketToken` in `ILogManager.java` 2. Thread-safe...

This is a patch that we are applying onto Teams 2.1's version of cpp_client_telemetry repo. It enables proxy support for the WinInet stack.

_cc: @kindbe since we used to work originally on this feature, especially the `scope` parameter._ **Description** There is a very detailed long-overdue markdown document that explains the Host-Guest feature, use-cases,...

**Steps to reproduce.** UploadNow() is a non-blocking function ``` LogManager.UploadNow(); ExitApp(); ``` Will reliably lose telemetry. For our use case we need to be able to attempt to send telemetry...

bug

EVT_SENT and EVT_SENDING both have the same value. The event is triggered before the data is actually sent. There should be different value for two events where EVT_SENDING is triggered...

bug

**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

**Describe your environment.** This is happening for one of the customer of MIP sdk which used 1DS sdk. MIP sdk just 1DS is cross-platform sdk. Customer environment is windows/linux here....

bug