File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import posthog from "posthog-js";
6
6
7
7
if ( process . env . PUBLIC_POSTHOG_API_KEY ) {
8
8
posthog . init ( process . env . PUBLIC_POSTHOG_API_KEY , {
9
- api_host : "https://us.i.posthog .com" ,
9
+ api_host : "https://metrics.speakeasy .com" ,
10
10
person_profiles : "identified_only" ,
11
11
} ) ;
12
12
}
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ export default defineConfig({
11
11
global : { } ,
12
12
// importing moonshine error'd without this.
13
13
"process.env.VSCODE_TEXTMATE_DEBUG" : "false" ,
14
- "process.env.PUBLIC_POSTHOG_API_KEY" : process . env . PUBLIC_POSTHOG_API_KEY ,
14
+ "process.env.PUBLIC_POSTHOG_API_KEY" : JSON . stringify (
15
+ process . env . PUBLIC_POSTHOG_API_KEY ,
16
+ ) ,
15
17
} ,
16
18
resolve : {
17
19
alias : {
You can’t perform that action at this time.
0 commit comments