diff --git a/pages/_app.js b/pages/_app.js
index 7983e4e..f714c12 100644
--- a/pages/_app.js
+++ b/pages/_app.js
@@ -27,11 +27,13 @@ const App = ({ Component, pageProps }) => (
license={config.footer.license}
commitID={process.env.COMMIT_SHORT_SHA || "HEAD"}
/>
-
+ {process.env.UMAMI_ENABLED ? (
+
+ ) : null}
);