We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2053835 commit cb31d6aCopy full SHA for cb31d6a
playground/remix/app/providers.tsx
@@ -8,7 +8,7 @@ export function PHProvider({ children }: { children: React.ReactNode }) {
8
const [events, setEvents] = useState<CaptureResult[]>([])
9
10
useEffect(() => {
11
- posthog.init('sTMFPsFhdP1Ssg', {
+ posthog.init('phc_test_key_for_playground', {
12
api_host: 'https://us.i.posthog.com',
13
ui_host: 'https://us.posthog.com',
14
defaults: '2025-05-24',
0 commit comments