summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WP8/App.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.WP8/App.xaml.cs')
-rw-r--r--Xamarin.Forms.ControlGallery.WP8/App.xaml.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Xamarin.Forms.ControlGallery.WP8/App.xaml.cs b/Xamarin.Forms.ControlGallery.WP8/App.xaml.cs
index 513632c9..5b836786 100644
--- a/Xamarin.Forms.ControlGallery.WP8/App.xaml.cs
+++ b/Xamarin.Forms.ControlGallery.WP8/App.xaml.cs
@@ -24,10 +24,7 @@ namespace Xamarin.Forms.ControlGallery.WP8
/// Constructor for the Application object.
/// </summary>
public App()
- {
- if (!Debugger.IsAttached)
- Insights.Initialize (Controls.App.InsightsApiKey);
-
+ {
FormsMaps.Init (Controls.App.Config["WP8AppId"], Controls.App.Config["WP8AuthToken"]);
// Global handler for uncaught exceptions.