Add pageview logging via PostHog

This commit is contained in:
Frankie B 2024-06-11 21:36:58 +01:00
commit 0f4da7e3df
7 changed files with 114 additions and 14 deletions

View file

@ -17,5 +17,10 @@
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
],
'posthog' => [
'key' => env('POSTHOG_KEY'),
'host' => env('POSTHOG_HOST'),
]
];