Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Update analytics to refer to beta instead of alpha #925

Merged
merged 1 commit into from
Dec 19, 2018
Merged
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
4 changes: 2 additions & 2 deletions packages/slate-analytics/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function forNewConsent() {

console.log(
wrap(
'👋 Welcome to Slate! During the alpha, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The detailed list of data we gather can be found at:',
'👋 Welcome to Slate! During the beta, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The detailed list of data we gather can be found at:',
{width: 80, indent: ''},
),
);
Expand All @@ -36,7 +36,7 @@ function forNewConsent() {

function forUpdatedConsent(email) {
console.log(
"It looks like you've recently upgraded Slate and this new version has some changes to tracking and we need to get your updated consent decision before proceed. During the alpha, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The list of updates can be found at:",
"It looks like you've recently upgraded Slate and this new version has some changes to tracking and we need to get your updated consent decision before proceed. During the beta, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The list of updates can be found at:",
);
console.log(
chalk.cyan(
Expand Down