You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deprecated `captureError` and `captureResponse` arguments to the `@Tracing` annotation were removed in v2 and replaced in favor of a new `captureMode` parameter. The new parameter can be passed an Enum value of `CaptureMode`.
172
+
The deprecated `captureError` and `captureResponse` arguments to the `@Tracing` annotation were removed in v2 and replaced by a new `captureMode` parameter. The parameter can be passed an Enum value of `CaptureMode`.
173
173
174
174
You should update your code using the new `captureMode` argument:
0 commit comments