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" />
<PackageVersion Include="RollbarSharp" Version="0.1.5" />
<PackageReference Include="RollbarSharp" />
paket add RollbarSharp --version 0.1.5
#r "nuget: RollbarSharp, 0.1.5"
#:package RollbarSharp@0.1.5
#addin nuget:?package=RollbarSharp&version=0.1.5
#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)
GitHub repositories
This package is not used by any popular GitHub repositories.
* 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.