RollbarSharp
RollbarSharp copied to clipboard
Add Rollbar static class
Added a (vastly cleaner) static class to handle the main code interaction. Rollbar.SendException(exception) instead of (new RollbarClient()).SendException(exception). The latter can still be used if you need to know when the request started and ended.