We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7276509 commit 3509319Copy full SHA for 3509319
Source/Platforms/NLog/NuGet/readme.txt
@@ -26,7 +26,7 @@ Here is an example NLog.config file that shows how to use the Exceptionless NLog
26
</extensions>
27
28
<targets async="true">
29
- <target name="exceptionless" xsi:type="Exceptionless">
+ <target name="exceptionless" apiKey="API_KEY_HERE" xsi:type="Exceptionless">
30
<field name="host" layout="${machinename}" />
31
<field name="identity" layout="${identity}" />
32
<field name="windows-identity" layout="${windows-identity:userName=True:domain=False}" />
0 commit comments