Initial Analitys with Posthog
This commit is contained in:
6
PostHog.js
Normal file
6
PostHog.js
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
})
|
||||
Reference in New Issue
Block a user