skip logging some collection endpoints

This commit is contained in:
Devin Zuczek
2026-06-30 10:10:53 -04:00
parent e36f1e447e
commit c28ec48bbb
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
GamePath.props
@@ -17,6 +17,9 @@ public class SendRequestPatch
private static readonly string[] LogIgnoreSubstrings =
{
"/api/gamesight/event",
"/data/heartbeat",
"/identify",
"/httpapi",
};
private static bool IsIgnoredForLogging(string url)