silverstripe / silverstripe-raygun

Raygun.com integration for PHP
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

Add JS integration #48

Open sminnee opened 5 years ago

sminnee commented 5 years ago

Add support for Raygun's JavaScript tracking, for either front-end code, or the admin.

My (biased) perspective is that we should do this as a https://github.com/sminnee/silverstripe-tagmanager plugin, so that we don't get a bunch of modules each providing their own middleware for modifying the outputted HTML. The status quo, for e.g. google analytics insertion is a bit of a mess in this regard. Keen to get thoughts on that, though.

On my to-do list:

GuySartorelli commented 3 years ago

Was the update to sminnee/silverstripe-tagmanager sufficient to cover this use case? If so, it might be reasonable to just update the docs for this module to point to it.