chore: Enable YearInReview for everyone, include analytics (#13090)

Remove the query param condition and enable it for everyone.
This commit is contained in:
Pranav
2025-12-16 18:20:10 -08:00
committed by GitHub
parent fd8919b901
commit b6a14bda48
4 changed files with 13 additions and 9 deletions

View File

@@ -131,3 +131,9 @@ export const LINEAR_EVENTS = Object.freeze({
LINK_ISSUE: 'Linked a linear issue',
UNLINK_ISSUE: 'Unlinked a linear issue',
});
export const YEAR_IN_REVIEW_EVENTS = Object.freeze({
MODAL_OPENED: 'Year in Review: Modal opened',
NEXT_CLICKED: 'Year in Review: Next clicked',
SHARE_CLICKED: 'Year in Review: Share clicked',
});