This adds four pieces of request data to the Session model.
It also includes a few things that I adjusted to make it work in my environment that I didn't feel were deal-breakers:
Updated the README to have correct installation commands
Reduced the rails gem requirement from 7.2 to 7.0 (I was testing this on another app in our environment)
Updated the README with optional instructions for capturing a better referrer / landing page (without it, the landing path is always /spectator_sport/events.js and the referrer is always your own site)
Added Session Data to the Dashboard view
Explicitly set index names because I was getting "Name too long" errors in my app.
This adds four pieces of request data to the Session model.
It also includes a few things that I adjusted to make it work in my environment that I didn't feel were deal-breakers:
/spectator_sport/events.js
and the referrer is always your own site)Closes #25