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

Commit

Permalink
Merge pull request #925 from Shopify/fix-analytics-prompt
Browse files Browse the repository at this point in the history
Update analytics to refer to beta instead of alpha
  • Loading branch information
t-kelly authored Dec 19, 2018
2 parents f273114 + 9f33f0b commit 8ca68f8
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8ca68f8

Please sign in to comment.