Skip to content

Commit fc18e22

Browse files
Lms24JPeer264
andauthored
Update packages/core/src/tracing/sentrySpan.ts
Co-authored-by: Jan Peer Stöcklmair <jan.peer@sentry.io>
1 parent 5a6d17b commit fc18e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/tracing/sentrySpan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class SentrySpan implements Span {
251251
* @hidden
252252
* @internal This method is purely for internal purposes and should not be used outside
253253
* of SDK code. If you need to get a JSON representation of a span,
254-
* use `spanToV2JSON(span)` instead.
254+
* use `spanToStreamedSpanJSON(span)` instead.
255255
*/
256256
public getStreamedSpanJSON(): StreamedSpanJSON {
257257
return {

0 commit comments

Comments
 (0)