fix: using proper name for tracker key (#581)
* fix: transmitting selective data for analytics * fix: using proper name for tracker key * fix: using proper name for tracker key
This commit is contained in:
parent
96910e1897
commit
fa9c6581fd
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { createClient } from "@jitsu/nextjs";
|
|||
import { convertCookieStringToObject } from "lib/cookie";
|
||||
|
||||
const jitsu = createClient({
|
||||
key: process.env.JITSU_ACCESS_KEY || "",
|
||||
key: process.env.TRACKER_ACCESS_KEY || "",
|
||||
tracking_host: "https://t.jitsu.com",
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue