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

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

commit 2cae91b8e16864c68c72e0223b7f2055cf6896cb
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Nov 16 21:45:30 2023 -0700

    fiddling with pixel/package path
---
 superset-frontend/src/components/TelemetryPixel/index.tsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset-frontend/src/components/TelemetryPixel/index.tsx 
b/superset-frontend/src/components/TelemetryPixel/index.tsx
index b426a539e8..f5c6f52fe2 100644
--- a/superset-frontend/src/components/TelemetryPixel/index.tsx
+++ b/superset-frontend/src/components/TelemetryPixel/index.tsx
@@ -28,7 +28,8 @@ interface TelemetryPixelProps {
 
 const TelemetryPixel = ({version, sha, build}: TelemetryPixelProps) => {
   console.log('TelemetryPixel', isFeatureEnabled(FeatureFlag.ENABLE_TELEMETRY))
-  var pixelPath = 
`https://apachesuperset.gateway.scarf.sh/pixel.png?x-pxid=0d3461e1-abb1-4691-a0aa-5ed50de66af0&version=${version}&sha=${sha}&build=${build}`;
+  var pixelPath = 
`https://static.scarf.sh/a.png?x-pxid=0d3461e1-abb1-4691-a0aa-5ed50de66af0&version=${version}&sha=${sha}&build=${build}`;
+  // var pixelPath = 
`https://apachesuperset.gateway.scarf.sh/pixel.png?x-pxid=0d3461e1-abb1-4691-a0aa-5ed50de66af0&version=${version}&sha=${sha}&build=${build}`;
   return  isFeatureEnabled(FeatureFlag.ENABLE_TELEMETRY) ? (
     // eslint-disable-next-line jsx-a11y/alt-text
     <img

Reply via email to