wip
This commit is contained in:
10
apps/testbed/src/analytics.ts
Normal file
10
apps/testbed/src/analytics.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { OpenPanel } from '@openpanel/web';
|
||||
|
||||
export const op = new OpenPanel({
|
||||
clientId: import.meta.env.VITE_OPENPANEL_CLIENT_ID ?? 'testbed-client',
|
||||
apiUrl: import.meta.env.VITE_OPENPANEL_API_URL ?? 'http://localhost:3333',
|
||||
trackScreenViews: true,
|
||||
trackOutgoingLinks: true,
|
||||
trackAttributes: true,
|
||||
disabled: true,
|
||||
});
|
||||
Reference in New Issue
Block a user