Files
EMI-ExpoAPP/PostHog.js
2025-02-06 10:32:52 -05:00

6 lines
297 B
JavaScript

import PostHog from 'posthog-react-native'
export const posthog = new PostHog('phc_2zh7SoBDi83vaa7Rz4YWTXWCjV0bOLfiqRyUo2mkf0b', {
// usually 'https://us.i.posthog.com' or 'https://eu.i.posthog.com'
host: 'https://us.i.posthog.com' // host is optional if you use https://us.i.posthog.com
})