diff --git a/CannedNet.Client/.gitignore b/CannedNet.Client/.gitignore new file mode 100644 index 0000000..0fdefc0 --- /dev/null +++ b/CannedNet.Client/.gitignore @@ -0,0 +1 @@ +GamePath.props \ No newline at end of file diff --git a/CannedNet.Client/Patches/SendRequestPatch.cs b/CannedNet.Client/Patches/SendRequestPatch.cs index fc5a214..7da8ff5 100644 --- a/CannedNet.Client/Patches/SendRequestPatch.cs +++ b/CannedNet.Client/Patches/SendRequestPatch.cs @@ -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)