Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created January 22, 2013 22:13
Show Gist options
  • Save PanosJee/4599056 to your computer and use it in GitHub Desktop.
Save PanosJee/4599056 to your computer and use it in GitHub Desktop.
Windows 8 Store app bugsense initialization
public App()
{
this.InitializeComponent();
this.Suspending += OnSuspending;
// Initialize BugSense
BugSenseHandler.Instance.Init(this, "YOUR_API_KEY");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment