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