2013-12-23 23:53:38 +08:00
|
|
|
<?xml version="1.0"?>
|
2013-12-23 19:21:51 +08:00
|
|
|
<configuration>
|
2015-02-08 16:27:41 +08:00
|
|
|
<configSections>
|
|
|
|
<section name="exceptionless" type="Exceptionless.Configuration.ExceptionlessSection, Exceptionless" />
|
|
|
|
</configSections>
|
2014-07-18 20:00:55 +08:00
|
|
|
<runtime>
|
2015-01-16 23:42:12 +08:00
|
|
|
<!--http://stackoverflow.com/questions/186854/how-to-prevent-an-exception-in-a-background-thread-from-terminating-an-application-->
|
|
|
|
<!--prevent non-ui exception crash wox-->
|
2015-02-08 16:27:41 +08:00
|
|
|
<legacyUnhandledExceptionPolicy enabled="1" />
|
2014-07-18 20:00:55 +08:00
|
|
|
</runtime>
|
2015-01-16 23:42:12 +08:00
|
|
|
<startup>
|
2015-02-08 16:27:41 +08:00
|
|
|
<supportedRuntime version="v2.0.50727" />
|
|
|
|
<supportedRuntime version="v4.0" />
|
2015-01-16 23:42:12 +08:00
|
|
|
</startup>
|
2015-02-08 16:27:41 +08:00
|
|
|
<exceptionless apiKey="API_KEY_HERE" />
|
|
|
|
</configuration>
|