RollbarSharp icon indicating copy to clipboard operation
RollbarSharp copied to clipboard

Add Rollbar static class

Open hclewk opened this issue 9 years ago • 0 comments

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.

hclewk avatar Dec 31 '16 21:12 hclewk