protected override bool PreAppendCheck()
 {
     var config = new ExceptronConfiguration()
     {
         ApiKey = ApiKey,
         ThrowExceptions = ThrowExceptions
     };
     ExceptronClient = new ExceptronClient(config, ApplicationVersion);
     return true;
 }
Ejemplo n.º 2
0
        protected override void InitializeTarget()
        {
            var config = new ExceptronConfiguration
                {
                    ApiKey = "57cb75d9eb2d457094d3f67133833eef",
                    IncludeMachineName = true,
                };

            if (RuntimeInfo.IsProduction)
            {
                config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
            }

            ExceptronClient = new ExceptronClient(config, BuildInfo.Version);
        }
Ejemplo n.º 3
0
        protected override void InitializeTarget()
        {
            var config = new ExceptronConfiguration
            {
                ApiKey             = "57cb75d9eb2d457094d3f67133833eef",
                IncludeMachineName = true,
            };

            if (RuntimeInfo.IsProduction)
            {
                config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
            }

            ExceptronClient = new ExceptronClient(config, BuildInfo.Version);
        }
Ejemplo n.º 4
0
        protected override void InitializeTarget()
        {
            var config = new ExceptronConfiguration
                {
                    ApiKey = "d64e0a72845d495abc625af3a27cf5f5",
                    IncludeMachineName = true,
                };

            if (RuntimeInfoBase.IsProduction)
            {
                config.ApiKey = "82c0f66dd2d64d1480cc88b551c9bdd8";
            }

            ExceptronClient = new ExceptronClient(config, BuildInfo.Version);
        }
Ejemplo n.º 5
0
        protected override void InitializeTarget()
        {
            var config = new ExceptronConfiguration
            {
                ApiKey             = "d64e0a72845d495abc625af3a27cf5f5",
                IncludeMachineName = true,
            };

            if (RuntimeInfoBase.IsProduction)
            {
                config.ApiKey = "82c0f66dd2d64d1480cc88b551c9bdd8";
            }

            ExceptronClient = new ExceptronClient(config, BuildInfo.Version);
        }