Adding exceptionless support
This commit is contained in:
parent
59736aa041
commit
d61d207fb8
3 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Exceptionless;
|
||||
using Exceptionless.Models;
|
||||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using Microsoft.Xna.Framework.Input;
|
||||
|
@ -81,6 +83,7 @@ namespace Sledgemapper
|
|||
|
||||
protected override void Initialize()
|
||||
{
|
||||
ExceptionlessClient.Default.SubmitEvent(new Event { Message = "Initialize", Type = "AppLifecycle", Source = "Fuel System" });
|
||||
IsMouseVisible = true;
|
||||
Window.AllowUserResizing = true;
|
||||
base.Initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue