Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Nov 16, 2023
1 parent 67d0b96 commit 7accb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sentry/Platforms/Android/SentryOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ public void AddInAppInclude(string prefix){
public bool EnableAndroidSdkTracing { get; set; } = false;

/// <summary>
/// Gets or sets a value that indicates if the <see cref="o:SetBeforeSend"/> callback will be invoked for
/// events that originate from the embedded Android SDK. The default value is <c>false</c> (disabled).
/// Gets or sets a value that indicates if the <c>BeforeSend</c> callback set in <see cref="o:SetBeforeSend"/>
/// will be invoked for events that originate from the embedded Android SDK. The default value is <c>false</c> (disabled).
/// </summary>
/// <remarks>
/// This is an experimental feature and is imperfect, as the .NET SDK and the embedded Android SDK don't
Expand Down

0 comments on commit 7accb28

Please sign in to comment.