forked from github/plane
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
@ -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",
|
||||
});
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
"NEXT_PUBLIC_ENABLE_OAUTH",
|
||||
"NEXT_PUBLIC_UNSPLASH_ACCESS",
|
||||
"NEXT_PUBLIC_TRACK_EVENTS",
|
||||
"JITSU_ACCESS_KEY",
|
||||
"TRACKER_ACCESS_KEY",
|
||||
"NEXT_PUBLIC_CRISP_ID"
|
||||
],
|
||||
"pipeline": {
|
||||
|
Loading…
Reference in New Issue
Block a user