Skip to content

Commit cb31d6a

Browse files
authored
Update providers.tsx
1 parent 2053835 commit cb31d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/remix/app/providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function PHProvider({ children }: { children: React.ReactNode }) {
88
const [events, setEvents] = useState<CaptureResult[]>([])
99

1010
useEffect(() => {
11-
posthog.init('sTMFPsFhdP1Ssg', {
11+
posthog.init('phc_test_key_for_playground', {
1212
api_host: 'https://us.i.posthog.com',
1313
ui_host: 'https://us.posthog.com',
1414
defaults: '2025-05-24',

0 commit comments

Comments
 (0)