David Newell

Results 80 comments of David Newell

@SpennyNDaJets do you have a minimum reproducible example of this issue? I've been trying to reproduce it but can't

I found out that this is most likely caused by https://github.com/emotion-js/emotion/blob/main/packages/sheet/README.md#speedy Emotion uses the `insertRule` api to add classes to the `` tag because it is much quicker than adding...

@pauldambra this is the last of the improvements I wanted to make for the HQLX component (originally started in https://github.com/PostHog/posthog/pull/25273)

Closing this in favour of https://github.com/PostHog/posthog/pull/29296

@VladislavSmolyanoy we're not quite ready to support mobile just yet but it's certainly on our list of platforms to explore in the future. ~Since posting we've moved to a closed...

Another request for mobile support: https://posthog.com/questions/react-native-expo-support-for-error-tracking

Another request for mobile (Flutter this time): https://posthog.com/questions/flutter-error-tracking

Hey @smlarkin, Thanks for reaching out and providing such context. I totally agree with your point that supporting the JS layer in React Native should not be blocked by the...

Hey @kdawgwilk! We just launched a CLI to make this possible: https://posthog.com/docs/error-tracking/stack-traces#uploading-source-maps. Let me know if you run into any issues setting that up :)

@kdawgwilk you can set `POSTHOG_CLI_TOKEN` and `POSTHOG_CLI_ENV_ID` environment variables as an alternative to the `login` command steps. Thanks for the heads up that wasn't actually documented anywhere 😅 Added in...