How to include tags in Raygun.send() function when sending error from javascript
Deleted User
Posted on
Sep 21 2013
Hi,
How to include tags in Raygun.send() function when sending error from javascript?
Regards, Janusz
John-Daniel Trask
Raygun
Posted on
Sep 25 2013
To do this, you can place them in an array in the third parameter in the Raygun.init call. For instance:
Raygun.init('{{yourapikey}}', null, ['your tag']).attach();
Hope this helps!