JMU-CIME / CPR-Music

1 stars 30 forks source link

integrate sentry.io or similar for telemetry type data collection #25

Open hcientist opened 2 years ago

hcientist commented 2 years ago

for each user of the site want to know: (basically whatever the default data such tools automagically collect, but somehting like the following)

  1. browser (and version)
  2. OS
  3. time the stay on site in visit (does it differ depending on which assignment they're on?)
    1. like if we measure their time to complete an assigned activity by proxy as the time that activity's tab is open, how long does it take someone to complete perform melody? is it much shorter or longer than other activities? does it go up or down as they continue in the semester to do the same type of activity for other pieces?
  4. date time
  5. IP? (how often use from home vs school?)
hcientist commented 2 years ago

Probably best to start here https://docs.sentry.io/platforms/javascript/guides/nextjs/

amoh1480 commented 2 years ago

Got it. Thanks!