Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates UUID, puts into local and sends event to posthog #113

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2022

  1. Creates UUID, puts into local and sends event to posthog

    - This adds the basic functionality to generate a new UUID the first time the user visits the /download/ page which is then put both as a `cookie + localStorage` key entry `UUID`.
    
    - Sends `Download page visited` event to posthog
    - Checks if UUID already present and if not, creates UUID and puts in storage
    zuuring committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2e47559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82ac2eb View commit details
    Browse the repository at this point in the history
  3. Add cookie expiry date

    - Added cookie expiry date to see if it resolves issue causing cookie to not be read across website -> extension
    zuuring committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ae5f0a3 View commit details
    Browse the repository at this point in the history