Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions packages/common/src/utils/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
getHashedUserId,
isAllowedEvent,
} from './utils';
import * as vero from './vero';

if (process.env.NODE_ENV === 'production') {
setTimeout(() => {
Expand Down Expand Up @@ -57,8 +56,6 @@ export async function setAnonymousId() {

localStorage.setItem(ANONYMOUS_UID_KEY, anonymousUid);
}

vero.setAnonymousUserId(anonymousUid);
}
}

Expand All @@ -68,7 +65,6 @@ export async function setUserId(userId: string, email: string) {

amplitude.setUserId(hashedId);
sentry.setUserId(hashedId);
vero.setUserId(hashedId, email);
}
}

Expand All @@ -87,7 +83,6 @@ export function trackPageview() {
};

amplitude.track('pageview', data);
vero.trackPageview();
google.trackPageView();
}
}
Expand Down Expand Up @@ -127,7 +122,6 @@ export default function track(eventName, secondArg: Object = {}) {
};
amplitude.track(eventName, data);
google.track(eventName, data);
vero.track(eventName, data);
sentry.logBreadcrumb({
type: 'analytics',
message: eventName,
Expand Down
95 changes: 0 additions & 95 deletions packages/common/src/utils/analytics/vero.ts

This file was deleted.

14 changes: 8 additions & 6 deletions packages/homepage/content/legal/privacy/privacy_v0.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,11 @@ Cookies. CodeSandbox uses tracking, functional and analytical cookies because it
enables many convenient features that may save you some time. We use tracking
cookies to gather a unique view count of sandboxes and to match a sandbox to
users without an account. We allow some of our service providers such as Google
Analytics, Amplitude, Algolia and Vero to store cookies on your device. We
assume you know what cookies are and how to prevent third parties from
installing cookies on your device. If not, your browser settings allow you to
disable cookies and control acceptance levels. Please reach out to us via
details below if you are in doubt or seek assistance in understanding and
changing browser settings.
Analytics, Amplitude, and Algolia to store cookies on your device. We assume you
know what cookies are and how to prevent third parties from installing cookies
on your device. If not, your browser settings allow you to disable cookies and
control acceptance levels. Please reach out to us via details below if you are
in doubt or seek assistance in understanding and changing browser settings.

Tracking. We track user behavior and register events such as whether a user has
created a template or interacted with an embed to measure the effectiveness of
Expand Down Expand Up @@ -197,6 +196,9 @@ Syntax: (Company Name (“a.k.a.”), Location, Purpose, Link)
[https://stripe.com/privacy-center/legal](https://stripe.com/privacy-center/legal);
- The Rocket Science Group LLC (“Mailchimp”). United States. Email Service
Provider. [https://mailchimp.com/gdpr/](https://mailchimp.com/gdpr/).
- Carry Technologies, Inc. dba Hightouch (Hightouch). United States. Data
Integration Provider.
[https://hightouch.com/privacy-policy/](https://hightouch.com/privacy-policy/).

Your personal data may be transferred, stored and processed in the European
Economic Area (“EEA”), United States (“US”) or any other country in which our
Expand Down