Skip to content

Commit 96e834d

Browse files
authored
sunset vero (codesandbox#6865)
1 parent 31cd8f4 commit 96e834d

File tree

3 files changed

+8
-107
lines changed

3 files changed

+8
-107
lines changed

packages/common/src/utils/analytics/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
getHashedUserId,
99
isAllowedEvent,
1010
} from './utils';
11-
import * as vero from './vero';
1211

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

5857
localStorage.setItem(ANONYMOUS_UID_KEY, anonymousUid);
5958
}
60-
61-
vero.setAnonymousUserId(anonymousUid);
6259
}
6360
}
6461

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

6966
amplitude.setUserId(hashedId);
7067
sentry.setUserId(hashedId);
71-
vero.setUserId(hashedId, email);
7268
}
7369
}
7470

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

8985
amplitude.track('pageview', data);
90-
vero.trackPageview();
9186
google.trackPageView();
9287
}
9388
}
@@ -127,7 +122,6 @@ export default function track(eventName, secondArg: Object = {}) {
127122
};
128123
amplitude.track(eventName, data);
129124
google.track(eventName, data);
130-
vero.track(eventName, data);
131125
sentry.logBreadcrumb({
132126
type: 'analytics',
133127
message: eventName,

packages/common/src/utils/analytics/vero.ts

Lines changed: 0 additions & 95 deletions
This file was deleted.

packages/homepage/content/legal/privacy/privacy_v0.9.0.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@ Cookies. CodeSandbox uses tracking, functional and analytical cookies because it
100100
enables many convenient features that may save you some time. We use tracking
101101
cookies to gather a unique view count of sandboxes and to match a sandbox to
102102
users without an account. We allow some of our service providers such as Google
103-
Analytics, Amplitude, Algolia and Vero to store cookies on your device. We
104-
assume you know what cookies are and how to prevent third parties from
105-
installing cookies on your device. If not, your browser settings allow you to
106-
disable cookies and control acceptance levels. Please reach out to us via
107-
details below if you are in doubt or seek assistance in understanding and
108-
changing browser settings.
103+
Analytics, Amplitude, and Algolia to store cookies on your device. We assume you
104+
know what cookies are and how to prevent third parties from installing cookies
105+
on your device. If not, your browser settings allow you to disable cookies and
106+
control acceptance levels. Please reach out to us via details below if you are
107+
in doubt or seek assistance in understanding and changing browser settings.
109108

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

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

0 commit comments

Comments
 (0)