Closed esdrasetrenne closed 4 months ago
@esdrasetrenne Sorry for the lack of updates. Some reorgs have been impacting us.
I tried debugging this, but I notice the same as you, the library itself is handling this off to the SDK as a number. Which version of RN and FBSDK-next are you using? Given that this only happens in Android it might be related to some transformation happening over the bridge communication
no worries about the delay, c'est la vie, hope everything is well.
lib versions:
"react-native": "0.72.12"
"react-native-fbsdk-next": "^12.1.3",
to be honest, I haven't tracked whether this is still happening or not, and if it turns out this is a version issue we may just wait to update.
And since this library is passing it off correctly, then maybe it's not a bug with this library? Were you seeing the same issue on android or maybe there is just something wrong with our team's configs
Hi @esdrasetrenne Is this still an issue for you in the new version of the SDK, please confirm?
mmm my team hasn't brought it up again, I'm not sure if we are on the latest version. We can close this out and if it comes up again I'll leave a comment
@hvardhan-unth We were also having this issue, I believe next week we will have some time to update the package, I'll leave an update here when we do 👍
This seems to be related to #878 but different...
This is only an issue for Android.
"@segment/analytics-react-native-plugin-facebook-app-events": "^0.5.4",
When the log call to facebook goes out, the value for the
_logTime
is an exponent string where an integer is expected:I can't figure out where the logTime gets converted, but the logTime in the request body is shaped as follows:
I did some logs in the
@segment/analytics-react-native-plugin-facebook-app-events
lib and the logTime is indeed a number when it is passed to the AppEvents sdk but somewhere along the line it gets converted into a string...again this is happening only on Android for us.