Skip to content

Instantly share code, notes, and snippets.

@dtrietsch
Created February 25, 2011 16:00
Show Gist options
  • Save dtrietsch/843996 to your computer and use it in GitHub Desktop.
Save dtrietsch/843996 to your computer and use it in GitHub Desktop.
Warty .NET Hoptoad Notifier Global.asax snippet
HoptoadGateway hoptoadGateway = new HoptoadGateway();
hoptoadGateway.Notify(ConfigurationManager.AppSettings["hoptoadNotifierApiKey"],
ConfigurationManager.AppSettings["hoptoadNotifierEnvironment"], HttpContext.Current.Request,
Server.GetLastError().GetBaseException());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment