Package to include the Guru feedback system
The Silverstripe Site24x7 plugin helps you add your Site24x7's Real User Monitoring (RUM) code snippet to your Silverstripe site., (*1)
Installation with Composer is the preferred method, as it will ensure you have all the required dependencies., (*2)
cd /your/project/folder composer require gdmedia/silverstripe-site24x7
or
Ensure all requirements are installed and download the the zip.
Extract and rename silverstripe-site24x7-master
to silverstripe-site24x7
, (*3)
Once the files are installed, you must run dev/build and flush `http://youprojectdomain.nz/dev/build?flush=all, (*4)
Then add your RUM Key in admin settings, (*5)
http://youprojectdomain.nz/admin/settings/
This project follows Semantic Versioning paradigm. That is:, (*6)
Given a version number MAJOR.MINOR.PATCH, increment the: 1. MAJOR version when you make incompatible API changes, 2. MINOR version when you add functionality in a backwards-compatible manner, and 3. PATCH version when you make backwards-compatible bug fixes. 4. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format., (*7)