thisames
thisames
> Also like this https://github.com/fluttercommunity/plus_plugins/blob/a71a27c5fbdbbfc56a30359a1aff0a3d3da8dc73/packages/device_info_plus/device_info_plus/ios/Classes/FPPDeviceInfoPlusPlugin.m#L56-L66 @thisames wanna take this one? I would love to, but my MacBook stopped working last month. I'm currently only using Linux. 😅
@vaind still need help with that? I believe that founded one way to make this. can I open a PR?
Everything is going well. In theory, the replay already works. However, I still need to thoroughly analyze the code and adjust other details. I also need to organize the folder...
> @thisames look at this [PR](https://github.com/PostHog/posthog-flutter/pull/117) since I need to get this merged in first and will conflict with a few things for you I think you can merge this...
> hello @thisames Hope you are doing well > > I see you guys are working on the session recording is this feature will be available for Flutter web as...
> [@thisames](https://github.com/thisames) would you like to take it? sure
can i do this? @romtsn
> [@thisames](https://github.com/thisames) feel free to if you know the key pieces for this! I dont know if I understand wrong, but after of debugger, I confess that stay a little...
@curliq The problem is probably because you didn't define a label for your activity. I believe that compose has no relation in this case. https://github.com/PostHog/posthog-android/blob/c6a5fc6196da76366d3851b28d2e196aa65b1afc/posthog-android/src/main/java/com/posthog/android/internal/PostHogAndroidUtils.kt#L125-L134 loadLabel() will return the android:label...
I'm a little confused now, according to this doc, is it correct to return the android:label of the `` if the android:label of the `` is not defined? So there...