Skip to content

Commit

Permalink
FIX: Replace Posthog Credentials (#318)
Browse files Browse the repository at this point in the history
* Updated the credentials

* Updated the posthog-js to the latest version
  • Loading branch information
tahierhussain committed May 7, 2024
1 parent 49df1a2 commit f5cd2f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { LazyLoader } from "./components/widgets/lazy-loader/LazyLoader.jsx";
import { SocketProvider } from "./helpers/SocketContext.js";
import "./index.css";

const API_KEY = "phc_f1kLKkipCK3kBtA9bT0SfAChvFrlUxYSMD91GBNbwr1"; // gitleaks:allow
const API_HOST = "https://app.posthog.com";
const API_KEY = "phc_PTafesyRuRB5hceRILaNPeyu2IDuzPshyjIPYGvgoBd"; // gitleaks:allow
const API_HOST = "https://eu.i.posthog.com/";
posthog.init(API_KEY, {
api_host: API_HOST,
capture_pageview: false,
Expand Down

0 comments on commit f5cd2f2

Please sign in to comment.