This commit is contained in:
parent
9033151006
commit
dd97d5ec4e
9 changed files with 19 additions and 34 deletions
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using Exceptionless;
|
||||
using System;
|
||||
|
||||
namespace Sledgemapper
|
||||
{
|
||||
|
@ -8,14 +7,8 @@ namespace Sledgemapper
|
|||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
ExceptionlessClient.Default.Configuration.ServerUrl = "https://exceptionless.michelescandura.com";
|
||||
|
||||
#if DEBUG
|
||||
ExceptionlessClient.Default.Startup("Qvdn6odZRJyGNnorjayMkiwjVsnAK3rNkFtn9bvL");
|
||||
#else
|
||||
ExceptionlessClient.Default.Startup("uprV1LocxAlUPPC9oB4eOlt8jGZ5WypMZKdJCsdL");
|
||||
#endif
|
||||
|
||||
|
||||
using(Sentry.SentrySdk.Init("https://973ac1606651454ba7a19f642d0a9bc1@glitchtip.michelescandura.com/1"))
|
||||
using (var game = new Sledgemapper())
|
||||
game.Run();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue