Skip to content

Commit

Permalink
Merge branch 'dev' into feat/new-user-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Oct 20, 2024
2 parents fea12ce + eb005b6 commit 6dd0f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/initialize/op.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { env } from "@follow/shared/env"
import { OpenPanel } from "@openpanel/web"

export const op = new OpenPanel({
clientId: env.VITE_OPENPANEL_CLIENT_ID,
clientId: env.VITE_OPENPANEL_CLIENT_ID ?? "",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
Expand Down

0 comments on commit 6dd0f0c

Please sign in to comment.