-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Removed obsolete options #2841
Removed obsolete options #2841
Conversation
@@ -270,7 +270,7 @@ public void AddInAppExclude(string prefix) | |||
public bool EnableAndroidSdkTracing { get; set; } = false; | |||
|
|||
/// <summary> | |||
/// Gets or sets a value that indicates if the <see cref="BeforeSend"/> callback will be invoked for | |||
/// Gets or sets a value that indicates if the <see cref="o:SetBeforeSend"/> callback will be invoked for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, It's still "the BeforeSend callback", but it's set with SetBeforeSend
.
/// Gets or sets a value that indicates if the <see cref="o:SetBeforeSend"/> callback will be invoked for | |
/// Gets or sets a value that indicates if the <see cref="o:BeforeSend"/> callback will be invoked for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! So good to delete code 😁
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Removed obsolete options ([#2841](https://github.com/getsentry/sentry-dotnet/pull/2841)) If none of the above apply, you can opt out of this check by adding |
Removed options marked as
[Obsolete]
.