RollbarSharp 0.1.5
See the version list below for details.
dotnet add package RollbarSharp --version 0.1.5
NuGet\Install-Package RollbarSharp -Version 0.1.5
<PackageReference Include="RollbarSharp" Version="0.1.5" />
paket add RollbarSharp --version 0.1.5
#r "nuget: RollbarSharp, 0.1.5"
// Install RollbarSharp as a Cake Addin #addin nuget:?package=RollbarSharp&version=0.1.5 // Install RollbarSharp as a Cake Tool #tool nuget:?package=RollbarSharp&version=0.1.5
Bindings for the Rollbar (rollbar.com) error reporting system
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 5.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on RollbarSharp:
Package | Downloads |
---|---|
log4net.Rollbar
RollbarSharp log4net appender. |
|
NLog.RollbarSharp
NLog extension for Rollbar (rollbar.com) error reporting system using RollbarSharp |
|
Elmah.Rollbar
Rollbar adapter for Elmah |
|
RoushTech.log4net.Rollbar
RollbarSharp log4net appender. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 336,479 | 3/22/2016 |
0.3.5 | 31,581 | 1/5/2016 |
0.3.4 | 1,698 | 1/4/2016 |
0.3.3 | 31,088 | 4/26/2015 |
0.3.2 | 4,305 | 2/27/2015 |
0.3.1 | 17,815 | 12/14/2013 |
0.3.0 | 2,400 | 12/6/2013 |
0.2.2 | 1,954 | 11/26/2013 |
0.2.1 | 2,041 | 10/7/2013 |
0.2.0 | 1,846 | 10/7/2013 |
0.1.7 | 1,897 | 9/16/2013 |
0.1.6 | 2,244 | 5/15/2013 |
0.1.5 | 1,902 | 4/26/2013 |
0.1.4 | 1,884 | 4/24/2013 |
0.1.3 | 1,940 | 4/24/2013 |
0.1.2 | 4,517 | 4/23/2013 |
* 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.