-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add PostHog integration for API request tracking * chore: added changeset * feat: Add posthog to trpc/api * feat: PostHog is now optional * chore: Remove unnecessary include in tsconfig.json * Update .changeset/brave-pants-divide.md Co-authored-by: Pablo Castellano <pablo@anche.no> * chore: Use a random UUID for the PostHog distinctId * feat: Add posthog-js to the frontend * refactor: Update posthog.capture to use getIP function * chore: Rename POSTHOG_KEY to POSTHOG_ID * docs: Added posthog .env docs * refactor: Update PostHog host URL in environment configuration * chore: Remove PostHog changeset * Adds NEXT_PUBLIC_POSTHOG_ID and NEXT_PUBLIC_POSTHOG_HOST to env --------- Co-authored-by: Pablo Castellano <pablo@anche.no>
- Loading branch information
1 parent
c3cfd46
commit e7187c3
Showing
10 changed files
with
204 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.