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 c6a5e50 commit a15dee6Copy full SHA for a15dee6
src/Sentry.NLog/SentryNLogOptions.cs
@@ -62,7 +62,7 @@ public int ShutdownTimeoutSeconds
62
/// <summary>
63
/// Any additional tags to apply to each logged message.
64
/// </summary>
65
- [ArrayParameter(typeof(TargetPropertyWithContext), "tag")]
+ [NLogConfigurationIgnoreProperty] // Configure this directly on the target in XML config.
66
public IList<TargetPropertyWithContext> Tags { get; } = new List<TargetPropertyWithContext>();
67
68
[Advanced]
0 commit comments