mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-13 06:06:39 +00:00
Working on jit
This commit is contained in:
@@ -21,13 +21,13 @@ class TelemetryClient {
|
||||
this.enabled = enabled;
|
||||
const dev = process.env.ENVIRONMENT !== "prod";
|
||||
|
||||
if (dev) {
|
||||
return;
|
||||
}
|
||||
// if (dev) {
|
||||
// return;
|
||||
// }
|
||||
|
||||
if (build === "saas") {
|
||||
return;
|
||||
}
|
||||
// if (build === "saas") {
|
||||
// return;
|
||||
// }
|
||||
|
||||
if (this.enabled) {
|
||||
this.client = new PostHog(
|
||||
|
||||
Reference in New Issue
Block a user