MindscapeHQ / raygun4java

Java SDK for the Raygun service
https://raygun.com
MIT License
23 stars 21 forks source link

Move tags and userdata to factory and client #63

Closed jscottnz closed 6 years ago

jscottnz commented 6 years ago

This PR adds tags and user data to the RaygunClientFactory so that all clients can receive the same tags. It also adds tags and user data to the RaygunClient so that instances can receive the special tags. It removes the tags and data from the send() functions