Skip to content

Commit 325a430

Browse files
s1gr1dmydea
andauthored
Update packages/core/src/types-hoist/options.ts
Co-authored-by: Francesco Gringl-Novy <francesco.novy@sentry.io>
1 parent 4f0a4c5 commit 325a430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
355355
*
356356
* @param span The span generated by the SDK.
357357
*
358-
* @returns A new or modified span that will be sent.
358+
* @returns The modified span payload that will be sent.
359359
*/
360360
beforeSendSpan?: (span: SpanJSON) => SpanJSON;
361361

0 commit comments

Comments
 (0)