Jeff Ward
Jeff Ward
Linux builds work, though they use CMake over scons.
Hi @orevial, I will look into it. Can you also raise a feature request with Datadog support so we can capture this internally? Thanks!
@orevial and @adamk22 -- I've started looking into supporting this, but I've run into some issues that appear to be in the package itself that are preventing a full implementation....
@orevial That's good to know, thanks. I should be more specific. `InAppBrowser` works, but a key feature is broken that would allow us to support tracking in Datadog. Specifically [this...
Hi folks! `datadog_inappwebview_tracking` 1.0.1 is [now live](https://pub.dev/packages/datadog_inappwebview_tracking) and available for testing. Please note the giant warning about tracking InAppBrowser in Android 33+ will not work. I intend to release a...
@orevial Sounds good. I'll likely be releasing 1.1.0-beta.1 later today, relying on `flutter_inappwebview 6.2-beta.2`. I have no idea what `flutter_inappwebview`'s release schedule looks like though, so I can't say when...
Hi @mbtodorov, Do the events (view events, action events, etc) after your call to `setUserInfo` have the appropriate user information, but this information isn't being applied to the entire session?...
> Thats a good question, forgot to post a screenshot of that. The events themselves also dont have any user info attached. I don't think that is correct. I will...
Let's keep it open, as we agree the User information should be applied to all events after the call to `setUserInfo` even if they aren't applied to the session itself....
@mbtodorov I was originally able to reproduce this but I checked again with the latest SDK and wasn't able to reproduce. Would you be able to check with 2.6.0 and...