Skip to content

Commit

Permalink
fix: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 21, 2024
1 parent a64a773 commit 725e29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/posthog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "posthog-js/dist/tracing-headers"
import "posthog-js/dist/web-vitals"

export function posthogLoader() {
console.log('Load posthog')
posthog.init('phc_NXDyDajQaTQVwb25DEhIVZfxVUn4R0Y348Z7vWYHZUi', {
api_host: 'https://eu.i.posthog.com',
person_profiles: 'identified_only',
Expand Down

0 comments on commit 725e29a

Please sign in to comment.