Jeff Ward
Jeff Ward
Thanks @mbtodorov, that's good information to have. It sounds like this is a weird concurrency issue. I'll continue to look into it.
Hi @juan-tado , Sorry, this fell off my radar a bit, as I've been having trouble reproducing. I'll pick it up again this week and figure out what's going wrong....
> yeah both Android and iOS. Really? This is new information. I could only ever reproduce on iOS and then only intermittently. No need to share your application ID. If...
So, I'm still trying to reproduce this issue consistently, but one thing we've noticed is that setting the user info does not trigger an immediate update to RUM, though any...
Where was the `setUserInfo` call prior to this?
Ah, this is because `runApp` initializes Datadog. The call for setUserInfo is a no-op prior to Datadog being initialized.
Not at the moment no, but obviously there's nothing preventing Dart from running on mobile devices. This would need to be done in conjunction with supporting AOT if you wanted...
Thanks! Glad it helped. I did some research into it and it would require a secondary, AOT specific target and initialization methods (this is why running AOT compiled Dart code...
Looks good, but shouldn't this also then update `.dart_version`?
3.8 is no supported in `main`