Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created October 30, 2012 15:04
Show Gist options
  • Save PanosJee/3980743 to your computer and use it in GitHub Desktop.
Save PanosJee/3980743 to your computer and use it in GitHub Desktop.
Initialize Bugsense
public App()
{
// Standard XAML initialization
InitializeComponent();
// Phone-specific initialization
InitializePhoneApplication();
// Language display initialization
InitializeLanguage();
// Initialize BugSense
BugSenseHandler.Instance.Init(this, "YOUR_API_KEY");
}
@sudo-plz
Copy link

I guess this has changed to BugSenseHandler.Instance.InitAndStartSession(this, "YOUR_API_KEY");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment