Skip to content

Commit 19c514f

Browse files
committed
Updated plugin priority
1 parent 4d40066 commit 19c514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Shared/Plugins/Default/110_IgnoreUserAgentPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Exceptionless.Extensions;
33

44
namespace Exceptionless.Plugins {
5-
[Priority(100)]
5+
[Priority(110)]
66
public class IgnoreUserAgentPlugin : IEventPlugin {
77
public void Run(EventPluginContext context) {
88
var request = context.Event.GetRequestInfo();

0 commit comments

Comments
 (0)