-
Notifications
You must be signed in to change notification settings - Fork 24
User actions are being dropped for Android devices with "no side effect was registered during its scope" notice #53
Comments
Hey @xacaciax thanks for using Doing a bit of searching, I found a thread that suggests dropping There was one other caveat in the same thread that I'd like you to check on your emulator for me. Otherwise, it appears the SDK purposefully ignores events that are not |
@tshedor thanks so much for responding here. I checked the battery level on my emulator and set it to 100% and that didn't seem to be the cause. Then, I changed the event type to |
@xacaciax super strange. I've reached out directly to the RUM team about this and will hopefully report back with a better work around than having all your events be custom. |
Hi @xacaciax, actually the SDK does register TAP events but for now we only keep them if they have a noticeable side effect. This was originally done to avoid adding too much noise registering events that didn't lead to errors or network resources. |
We recently added this package to our mobile applications to track page views and user actions. The same user actions that are registering and being reported to datadog for an iOS mobile device are getting dropped on Android devices.
This same action that is coming through and viewable in datadog for an iOS device (iPhone 12 in the XCode simulator)
is getting dropped on an Android device (Pixel 5 API 31 in Andoid Studio emulator) with the error:
I/Datadog (26349): RUM Action fe7e6881-dfc3-46a6-a170-fa44f6f0b06a (TAP on housingServiceFavorited) was dropped (no side effect was registered during its scope)
I double checked my configuration and my
androidRumApplicationId
is correct. Views and other data is reporting as expected.This log message
no side effect was registered during its scope
can be found in the dd-sdk-android.We are glad to be using this package and looking forward to a resolution here 🙏🏼
The text was updated successfully, but these errors were encountered: