Skip to content

Commit

Permalink
remove confusing message Successfully sent cached envelope (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Mar 20, 2022
1 parent 341087d commit 6268305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Ignore zero properties for MemoryInfo ([#1531](https://github.com/getsentry/sentry-dotnet/pull/1531))
- Cleanup diagnostic source ([#1529](https://github.com/getsentry/sentry-dotnet/pull/1529))
- Remove confusing message Successfully sent cached envelope ([#1542](https://github.com/getsentry/sentry-dotnet/pull/1542))
- Fix infinite loop in SentryDatabaseLogging.UseBreadcrumbs ([#1543](https://github.com/getsentry/sentry-dotnet/pull/1543))

## 3.15.0
Expand Down
2 changes: 0 additions & 2 deletions src/Sentry/Internal/Http/CachingTransport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ private async Task InnerProcessCacheAsync(string file, CancellationToken cancell
_options.LogDebug("Sending cached envelope: {0}", envelope.TryGetEventId());

await _innerTransport.SendEnvelopeAsync(envelope, cancellation).ConfigureAwait(false);

_options.LogDebug("Successfully sent cached envelope: {0}", envelope.TryGetEventId());
}
// OperationCancel should not log an error
catch (OperationCanceledException ex)
Expand Down

0 comments on commit 6268305

Please sign in to comment.