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.
beforeSendSpan
1 parent 68a4eb3 commit 0dc3b7aCopy full SHA for 0dc3b7a
packages/core/src/types-hoist/options.ts
@@ -408,9 +408,6 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
408
/**
409
* This function can be defined to modify a child span before it's sent.
410
*
411
- * Note that this function is only called for child spans and not for the root span (formerly known as transaction).
412
- * If you want to modify or drop the root span, use {@link CoreOptions.beforeSendTransaction} instead.
413
- *
414
* @param span The span generated by the SDK.
415
416
* @returns The modified span payload that will be sent.
0 commit comments