- Capture IP address of application sending report
- Added support for sending innerexceptions to Rollbar
- Add code_version field for Rollbar resolutions
- added userParam for callbacks
- Added 'Context' field to the data model
- Add Session data to report. Scrub sensitive param values.
- Tidying-up
- Fixed: Handle null Response in WebException
- Merge pull request #5 from richardversluis/master
- exclude posible null key when converting NameValueCollection to dict
- Added a HttpModule which can be used to catch exceptions
- Added 'test' rake task to run nuspec
- Parse X-Forwarded-For header for the last IP address for the User IP
- Added support for the git SHA and overloads for custom data model on sends
- Add support for configuring Rollbar from the NLog target and using formatting
- Solved threading problem.
- When an X-Forwarded-For HTTP header exists, use that as the user's IP address rather than REMOTE_ADDR. When a user is behind a proxy server or load balancer, X-Forwarded-For will be their actual IP address.
- Simplified the exception filter example
- Removed testing key from config
- Added properties 'machine' and 'software' to the 'server' model. These aren't offically supported but they show up on the web and they're useful.
- Changed Custom from an object to Dictionary<string, object>.
- Now automatically copying the Exception.Data dictionary to Custom['exception_data'].
- Renamed RollbarClient.DataBuilder to NoticeBuilder. A more friendly name, I think
- For text noticed, changed dictionary key type from 'string' to 'object' to make it easier to use
- Dump server vars in MVC test. Add custom data to the exception we raise.
- Added RequestStarting event to RollbarClient so you can log the JSON posted to Rollbar
- Include "input type=file" elements in the POST parameters collection
- Fixed json.net dependency version
- Added web.config transform
- Ignore null appsetting values
- Initial release. Testing out nuget