We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0a4c5 commit 325a430Copy full SHA for 325a430
packages/core/src/types-hoist/options.ts
@@ -355,7 +355,7 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
355
*
356
* @param span The span generated by the SDK.
357
358
- * @returns A new or modified span that will be sent.
+ * @returns The modified span payload that will be sent.
359
*/
360
beforeSendSpan?: (span: SpanJSON) => SpanJSON;
361
0 commit comments