- Added ILogger support.
Released: 2017/10/22
- Fix a null reference exception when no declaring type on thrown exception.
Released: 2017/09/04
- Use per-request dependencies for handling RollbarClient to prevent errors.
Released: 2017/8/20
- Change method trace string to have full namespace, method name and parameters.
Released: 2017/8/20
- Fixed a bug where .NET Core Service extensions were excluded from the library.
Released: 2017/8/20
- Upgrade to VS2017/CSProj.
- Add trace frame support.
- Also target NetStandard2.0
Released: 2017/4/21
- Updated documentation. #49
- Can now disable Rollbar from configuration. #48
- Fix issue with trying to access Request.Form variables during POSTs that may not actually support form variables. #54
Released: 2017/3/10
- More robust testing of sending exceptions to Rollbar (see readme.md for instructions on configuring token for testing).
- Fixed issue sending Rollbar exceptions.
Released: 2017/2/26
- IHttpContextAccessor is no longer assumed to be included as part of
AddIdentity()
, we'll add it. - Testing of dependency injection for web platforms (console apps coming soon).
- Switching to the use of
IOptions<RollbarOptions>
instead ofIConfigurationRoot
. - Testing for SendMessage calls.
- Person record support (thank you mkdabrowski).
- Exception builder is now injectable.
- Sending a message to Rollbar no longer results in a null reference exception being thrown.
Released: 2016/9/30
- Upgrade for .NET Core 1.0 release.
Released: 2016/6/12
- Added support for cookies on request body.
- Added blacklisting variables by name.
Released: 2016/6/9
- Rollbar message UUID available after error is reported.
- Removed custom parameters from message body.
- Documentation for required configuration variables.
Released: 2016/5/31
Initial release.
- Ability to send basic logs to Rollbar