From 8919ede4420512988aeecb2cf946fdb652328b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:43:46 +0000 Subject: [PATCH] build(deps): bump Exceptionless from 4.8.0 to 5.0.0 in /src (#987) * build(deps): bump Exceptionless from 4.8.0 to 5.0.0 in /src Bumps [Exceptionless](https://github.com/exceptionless/Exceptionless.Net) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/exceptionless/Exceptionless.Net/releases) - [Commits](https://github.com/exceptionless/Exceptionless.Net/compare/v4.8.0...v5.0.0) --- updated-dependencies: - dependency-name: Exceptionless dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * remove processqueue call --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Vreony --- src/Splat.Exceptionless/ExceptionlessSplatLogger.cs | 3 --- src/Splat.Exceptionless/Splat.Exceptionless.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Splat.Exceptionless/ExceptionlessSplatLogger.cs b/src/Splat.Exceptionless/ExceptionlessSplatLogger.cs index f48579940..9ec370f6c 100644 --- a/src/Splat.Exceptionless/ExceptionlessSplatLogger.cs +++ b/src/Splat.Exceptionless/ExceptionlessSplatLogger.cs @@ -119,7 +119,6 @@ public void Write(Exception exception, string message, Type type, LogLevel logLe private void CreateLog(string type, string message, global::Exceptionless.Logging.LogLevel level) { _exceptionlessClient.SubmitLog(type, message, level); - _exceptionlessClient.ProcessQueue(); } private void CreateLog(Exception exception, string message, global::Exceptionless.Logging.LogLevel level) => CreateLog(exception, _sourceType, message, level); @@ -132,8 +131,6 @@ private void CreateLog(Exception exception, string type, string message, global: level) .SetException(exception) .Submit(); - - _exceptionlessClient.ProcessQueue(); } /// diff --git a/src/Splat.Exceptionless/Splat.Exceptionless.csproj b/src/Splat.Exceptionless/Splat.Exceptionless.csproj index 40518105e..c6d55df9a 100644 --- a/src/Splat.Exceptionless/Splat.Exceptionless.csproj +++ b/src/Splat.Exceptionless/Splat.Exceptionless.csproj @@ -11,7 +11,7 @@ enable - +