Skip to content

Instantly share code, notes, and snippets.

@dibble-james
dibble-james / RollbarMiddleware.cs
Created June 21, 2015 16:04
Rollbar Middleware example
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.Framework.Runtime;
using RollbarSharp;