diff --git a/.env.example b/.env.example
index 2b6931761..66237fd6b 100644
--- a/.env.example
+++ b/.env.example
@@ -19,6 +19,8 @@ NEXT_PUBLIC_ENABLE_SESSION_RECORDER=0
NEXT_PUBLIC_TRACK_EVENTS=0
# Slack for Slack Integration
NEXT_PUBLIC_SLACK_CLIENT_ID=""
+# For Telemetry, set it to "app.plane.so"
+NEXT_PUBLIC_PLAUSIBLE_DOMAIN=""
# Backend
# Debug value for api server use it as 0 for production use
diff --git a/apps/app/pages/_document.tsx b/apps/app/pages/_document.tsx
index 8958de15a..5c5ca0250 100644
--- a/apps/app/pages/_document.tsx
+++ b/apps/app/pages/_document.tsx
@@ -12,7 +12,13 @@ class MyDocument extends Document {
-
+ {process.env.NEXT_PUBLIC_PLAUSIBLE_DOMAIN && (
+
+ )}
{isSessionRecorderEnabled && process.env.NEXT_PUBLIC_SESSION_RECORDER_KEY && (