planetary-ios
planetary-ios copied to clipboard
add type to posthog events to separate bot from user actions
In posthog there are event types, but you can't filter by them. So this PR adds a type when it's a did_ action, which is background / bot things, and a 'user' type when it's something else. This should help us see just user driven actions in posthog.