add native and web sdks
This commit is contained in:
11
apps/test/src/analytics.ts
Normal file
11
apps/test/src/analytics.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { MixanWeb } from '@mixan-test/sdk-web';
|
||||
|
||||
export const mixan = new MixanWeb({
|
||||
verbose: true,
|
||||
url: process.env.NEXT_PUBLIC_MIXAN_URL!,
|
||||
clientId: process.env.NEXT_PUBLIC_MIXAN_CLIENT_ID!,
|
||||
clientSecret: process.env.NEXT_PUBLIC_MIXAN_CLIENT_SECRET!,
|
||||
trackIp: true,
|
||||
});
|
||||
|
||||
mixan.trackOutgoingLinks();
|
||||
Reference in New Issue
Block a user