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.** 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
iOS
v4

We are getting the below exception on App launch on Emulator : `09-10 01:33:26.078 14629 14880 E AndroidRuntime: java.lang.UnsatisfiedLinkError: No implementation found for boolean com.microsoft.applications.events.Utils.validateEventName(java.lang.String) (tried Java_com_microsoft_applications_events_Utils_validateEventName and Java_com_microsoft_applications_events_Utils_validateEventName__Ljava_lang_String_2) 09-10...

bug
iOS

Before opening a feature request against this repo, consider whether the feature is generic enough for the SDK, or it should be a specific plugin/extension to the SDK. **Is your...

iOS

**Is your feature request related to a problem?** Right now build.sh uses a hybrid of positional parameters and getopts to parse the rest of the parameters. The problem is that...

build infra
iOS

## Describe your environment. This is only repro'ing on Mac PR actions. See here: https://github.com/microsoft/cpp_client_telemetry/pull/869/checks?check_run_id=2578146000#step:3:2460 ## Steps to reproduce. Run functional tests on Mac. ## What is the expected behavior?...

bug
iOS
v4

There are several spots in code that use exceptions: - `DataViewerCollection.cpp` - `LogManagerImpl.cpp` - handling of a scenario when invalid HTTP client module is being passed to it. - `EventFilterCollection.cpp`...

P2
iOS
obj-c

**Describe your environment.** This issue is reproducible in one popular app on **older models** of iOS devices with slower processor. **Steps to reproduce.** Steps: - application exiting. - main thread...

bug
iOS
v4

### Use after free: motivation for this proposal Clients continue to encounter use-after-free crashes in the SDK. The most common culprit is the log manager's configuration store, but other structures...

enhancement
iOS
v4

The SDK can be built without offline storage, and SQLite also supports a special `:memory: filename, but there isn't a consistent runtime option to only store events in memory. This...

iOS

Before opening a feature request against this repo, consider whether the feature is generic enough for the SDK, or it should be a specific plugin/extension to the SDK. **Is your...

help wanted
build infra
iOS