You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/08/23 19:06:34 UTC

[superset] branch scarf-pixel-telemetry updated: feat: adding Scarf pixels to gather telemetry on readme and website

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch scarf-pixel-telemetry
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/scarf-pixel-telemetry by this push:
     new 45a9a6f337 feat: adding Scarf pixels to gather telemetry on readme and website
45a9a6f337 is described below

commit 45a9a6f33701ce08069fc44c4050cd5bf64d84e8
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Wed Aug 23 13:06:24 2023 -0600

    feat: adding Scarf pixels to gather telemetry on readme and website
---
 README.md                 | 3 +++
 docs/docusaurus.config.js | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8c13452d18..da1d4a88c5 100644
--- a/README.md
+++ b/README.md
@@ -184,3 +184,6 @@ Understanding the Superset Points of View
   - [Why Apache Superset is Betting on Apache ECharts](https://preset.io/blog/2021-4-1-why-echarts/)
 
 - [Superset API](https://superset.apache.org/docs/rest-api)
+
+<!-- telemetry/analytics pixel: -->
+<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=bc1c90cd-bc04-4e11-8c7b-289fb2839492" />
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index eec37b25d7..5c4cf90eca 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -252,7 +252,9 @@ const config = {
               <a href="https://apache.org/events/current-event" target="_blank" rel="noreferrer">Events</a>&nbsp;|&nbsp;
               <a href="https://apache.org/licenses/" target="_blank" rel="noreferrer">License</a>
             </small>
-          </p>`,
+          </p>
+          <img referrerPolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=39ae6855-95fc-4566-86e5-360d542b0a68" />
+          `,
       },
       prism: {
         theme: lightCodeTheme,