cpp_client_telemetry
cpp_client_telemetry copied to clipboard
1DS C++ SDK
**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...
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...
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...
**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...
## 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?...
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`...
**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...
### 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...
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...
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...