Spectator Sport

Record and replay browser sessions in a self-hosted Rails Engine.

Spectator Sport uses the rrweb library to create recordings of your website's DOM as your users interact with it. These recordings are stored in your database for replay by developers and administrators to analyze user behavior, reproduce bugs, and make building for the web more fun.

Usage

TBD.

Installation

Add this line to your application's Gemfile:

gem "spectator_sport"

And then execute:

$ bundle

Or install it yourself as:

$ gem install spectator_sport

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.