Skip to content

Commit 0635a5b

Browse files
authored
doc(core): Remove beforeSendSpan returning null from JSDoc (#16535)
reported via #16505 (comment) closes #16505
1 parent b2a48b4 commit 0635a5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/types-hoist/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
356356

357357
/**
358358
* This function can be defined to modify a child span before it's sent.
359-
* Returning `null` will cause this span to be dropped.
360359
*
361360
* Note that this function is only called for child spans and not for the root span (formerly known as transaction).
362361
* If you want to modify or drop the root span, use {@link Options.beforeSendTransaction} instead.

0 commit comments

Comments
 (0)