Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unobsoleted SentryClient.Dispose #2842

Merged
merged 5 commits into from
Nov 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Sentry/SentryClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ private bool CaptureEnvelope(Envelope envelope)
/// Disposes this client
/// </summary>
/// <inheritdoc />
[Obsolete("Sentry client should not be explicitly disposed of. This method will be removed in version 4.")]
public void Dispose()
{
_options.LogDebug("Flushing SentryClient.");
Expand Down
Loading