Nicolas Milliard
Nicolas Milliard
### Description Google play pre launched report warns of non SDK api used violation by LeakCanary. ### Steps to Reproduce 1. Add the following dependency `com.squareup.leakcanary:leakcanary-object-watcher-android:2.7` 2. Publish a release...
Android provide smart APIs for non user facing, deferrable background jobs called JobScheduler https://www.youtube.com/watch?v=QdINLG5QrJc. Uploading analytics is a perfect use case. It would be great if Amplitude offered APIs to...
## Expected Behavior No error reported via the `LoggerProvider` ## Current Behavior The following error message is reported to the `LoggerProvider` error callback ` Error when upload event: Value of...
## Expected Behavior No error reported in Amplitude logger. ## Current Behavior ``` Non-fatal Exception: com.couchsurfing.mobile.data.api.AmplitudeException: Error when upload event: Expected literal value at character 114688 of [{"event_type":"session_end","user_id":"2016192872","device_id":"_redacted_","time":1702370396478,"event_properties":{},"user_properties":{},"groups":{},"group_properties":{},"platform":"Android","os_name":"android","os_version":"13","device_brand":"samsung","device_manufacturer":"samsung","device_model":"SM-A525F","carrier":"Airtel","language":"ru","ip":"$remote","version_name":"5.7.3","adid":"00000000-0000-0000-0000-000000000000","event_id":20641,"session_id":1702366959216,"insert_id":"4b305aec-d775-416c-aadf-1ff07612aa50","library":"amplitude-analytics-android\/1.12.2"},{"event_type":"session_start","user_id":"_redacted_","device_id":"_redacted_","time":1702370803893,"event_properties":{},"user_properties":{},"groups":{},"group_properties":{},"platform":"Android","os_name":"android","os_version":"13","device_brand":"samsung","device_manufacturer":"samsung","device_model":"SM-A525F","carrier":"Airtel","language":"ru","ip":"$remote","version_name":"5.7.3","adid":"00000000-0000-0000-0000-000000000000","event_id":20642,"session_id":1702370803893,"insert_id":"83c04bd6-1372-4ff2-8c2d-29c578d8a9d9","library":"amplitude-analytics-android\/1.12.2"},{"event_type":"$identify","user_id":"2016192872","device_id":"_redacted_","time":1702370803893,"event_properties":{},"user_properties":{"$set":{"AreNotificationsEnabled":"true"}},"groups":{},"group_properties":{},"platform":"Android","os_name":"android","os_version":"13","device_brand":"samsung","device_manufacturer":"samsung","device_model":"SM-A525F","carrier":"Airtel","language":"ru","ip":"$remote","adid":"00000000-0000-0000-0000-000000000000","event_id":20643,"session_id":1702370803893,"insert_id":"673c9dfc-1969-4f22-8fe7-3015c97026dc","library":"amplitude-analytics-android\/1.12.2"},{"event_type":"$identify","user_id":"2016192872","device_id":"_redacted_","time":1702370811568,"event_properties" at com.couchsurfing.mobile.data.api.AmplitudeException.(AmplitudeException.java:3)...
### [REQUIRED] Step 2: Describe your environment * Android Studio version: Android Studio Koala | 2024.1.1 * Firebase Component: VertexAI * Component version: 16.0.0-beta01 ### [REQUIRED] Step 3: Describe the...
**Describe the bug** Using: kotlin = "2.1.20" coroutine = "1.10.2" In my test class if I use `runTest` I get the error: ``` java.lang.ClassCastException: class kotlinx.coroutines.test.TestCoroutineScheduler$timeSource$1 cannot be cast to...
### Before opening, please confirm: - [x] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Kotlin - Coroutines ### Amplify Categories Authentication ###...
### Version 9.1.1 ### Steps and/or minimal code example to reproduce 1. import monitoring cdk library version 9.1.1 using java 2. Create an `AuroraClusterMonitoringProps` builder and call `addMaxServerlessDatabaseCapacityAlarm` Notice that...
I am trying out appsync bedrock integration using '@aws-appsync/utils/ai' But I am experiencing the following issue: `Value for field '$[method]' not found.` Please find below all the details: **Version**: "@aws-appsync/utils":...
**Issue Description:** When my resolver returns null due to the absence of data, AWS AppSync correctly sets the root query result to null. However, the errors array includes validation errors...