birschick-bq commented on code in PR #3157:
URL: https://github.com/apache/arrow-adbc/pull/3157#discussion_r2311348914


##########
csharp/src/Apache.Arrow.Adbc/Tracing/ActivityTrace.cs:
##########
@@ -75,17 +79,18 @@ public ActivityTrace(string? activitySourceName = default, 
string? activitySourc
         /// status is set to <see cref="ActivityStatusCode.Error"/> and an 
Activity <see cref="ActivityEvent"/> is added to the activity
         /// and finally the exception is rethrown.
         /// </remarks>
-        public void TraceActivity(Action<Activity?> call, [CallerMemberName] 
string? activityName = default, string? traceParent = default)
+        public void TraceActivity(Action<ActivityWithPii?> call, 
[CallerMemberName] string? activityName = default, string? traceParent = 
default, bool exceptionIsPii = true)

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to