Rollbar 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rollbar --version 1.1.1
NuGet\Install-Package Rollbar -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rollbar" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rollbar --version 1.1.1
#r "nuget: Rollbar, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rollbar as a Cake Addin
#addin nuget:?package=Rollbar&version=1.1.1

// Install Rollbar as a Cake Tool
#tool nuget:?package=Rollbar&version=1.1.1

Rollbar.NET

A .NET Rollbar Client that can be used in any application built on the following .NET versions: .NET Core 2.0+, .NET Standard 2.0+, .NET Full Framework 4.5+, and Xamarin.

Install

Nuget Package Manager:

Install-Package Rollbar

Blocking vs Non-Blocking Use

Normally, you want to use asynchronous logging, since it has virtually no instrumentational overhead on your application execution performance at runtime. It has a "fire and forget" approach to logging.

However, in some specific situations (such as while logging right before exiting an application), you may want to use it synchronously so that the application does not quit before the logging completes.

In case of a timeout, all the blocking log methods throw System.TimeoutException instead of gracefully completing the call. Therefore you might want to make all the blocking log calls within a try-catch block while catching System.TimeoutException specifically to handle a timeout case.

Basic Usage

  • Configure Rollbar with RollbarLocator.RollbarInstance.Configure(new RollbarConfig("POST_SERVER_ITEM_ACCESS_TOKEN"))
  • Send errors (asynchronously) to Rollbar with RollbarLocator.RollbarInstance.Error(Exception)
  • Send messages (synchronously) to Rollbar with RollbarLocator.RollbarInstance.AsBlockingLogger(TimeSpan.FromSeconds(5)).Info(string)
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on Rollbar:

Package Downloads
Rollbar.NetCore.AspNet

Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.

Rollbar.PlugIns.Serilog

Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.

Rollbar.NetPlatformExtensions

Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.

Rollbar.AppSettings.Json

Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.

Rollbar.Deploys

Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Rollbar:

Repository Stars
obfuscar/obfuscar
Open source obfuscation tool for .NET assemblies
EDCD/EDDI
Companion application for Elite Dangerous
jexuswebserver/JexusManager
Jexus Manager http://jexusmanager.com
SharebookBR/sharebook-backend
Projeto backend de código livre para o app Sharebook.
Version Downloads Last updated
5.2.2 2,712 3/21/2024
5.2.0 501,847 5/17/2022
5.1.3 229,732 4/1/2022
5.1.2 8,692 3/15/2022
5.1.1 76,968 2/10/2022
5.1.0 6,943 2/9/2022
5.0.5-beta 3,587 11/5/2021
5.0.4-beta 1,379 10/14/2021
5.0.3-beta 1,366 10/6/2021
5.0.2-beta 6,112 9/17/2021
5.0.1-beta 1,240 9/14/2021
5.0.0-beta 1,304 8/27/2021
4.0.3 704,052 3/30/2021
4.0.2 3,603 3/24/2021
4.0.1 4,820 3/9/2021
4.0.0 33,330 2/10/2021
3.14.1 12,626 1/28/2021
3.14.0 134,461 10/22/2020
3.13.0-beta 1,781 9/11/2020
3.12.3 14,225 8/31/2020
3.12.2 17,207 7/21/2020
3.12.1 2,937 7/14/2020
3.12.0 205,399 5/18/2020
3.11.0 11,097 5/8/2020
3.10.0 3,533 4/24/2020
3.9.1 6,970 3/25/2020
3.9.0 2,464 3/21/2020
3.8.0 48,827 3/14/2020
3.7.1 46,326 1/29/2020
3.7.0 111,580 12/23/2019
3.6.3 8,346 11/27/2019
3.6.2 3,586 11/16/2019
3.6.1-beta 2,487 11/6/2019
3.6.0-beta 5,167 9/28/2019
3.5.0 139,324 8/22/2019
3.4.0 2,091 8/19/2019
3.3.0 14,778 8/2/2019
3.2.0 82,193 5/28/2019
3.1.0 11,047 5/6/2019
3.0.6 22,898 4/19/2019
3.0.5 1,948 4/16/2019
3.0.4 7,467 4/5/2019
3.0.3 14,765 3/28/2019
3.0.2 19,630 3/14/2019
3.0.1-preview 642 2/27/2019
3.0.0-preview 518 2/22/2019
2.2.3 33,384 2/14/2019
2.2.2 39,610 2/11/2019
2.2.1 5,786 2/4/2019
2.2.0 49,760 1/16/2019
2.1.1 15,377 12/27/2018
2.1.0 3,820 12/13/2018
2.0.1 6,919 12/1/2018
2.0.0 32,599 11/13/2018
1.6.2 7,438 10/24/2018
1.6.1 9,022 10/6/2018
1.6.0 1,912 9/29/2018
1.5.6 45,277 8/15/2018
1.5.5 12,898 7/23/2018
1.5.4 4,821 7/12/2018
1.5.3 2,113 7/10/2018
1.5.1 1,440 7/5/2018
1.5.0 17,073 6/18/2018
1.4.0 15,657 5/30/2018
1.3.0 10,364 5/15/2018
1.2.1 23,358 4/20/2018
1.2.0 9,597 4/12/2018
1.1.1 17,248 3/30/2018
1.1.0 4,145 3/14/2018
1.0.3 14,115 2/21/2018
1.0.2 4,130 2/6/2018
1.0.1 5,309 1/11/2018
1.0.0 2,195 1/3/2018
0.3.2 94,910 8/10/2016
0.3.2-beta 1,061 7/12/2016
0.3.1-beta 866 6/29/2016
0.3.0-beta 876 6/24/2016
0.2.0 2,058 6/8/2016
0.1.0 1,425 5/17/2016

New features and enhancements:

     #105: Truncate large payloads to ensure we don't drop them.
     #104: Support deploy tracking.
     #107: Xamarin Linker Behavior: Link All.
     #112: Add parameterless overload for AddRollbarLogger(...) that supplies a default filter.
     #111: Update Rollbar.NET documentation for ASP.NET Core to add RollbarLogger service registration.
     #103: Split out every sample app into its own solution.
     #106: Update to the latest Nuget packages.