Skip to content

Commit 09f9055

Browse files
rodolfoBeelforst
authored andcommitted
Replace toSentryTrace with toTraceparent in JS SDK docs (#5801)
1 parent 448e380 commit 09f9055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform-includes/performance/connect-services/javascript.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For traces that begin in your backend, you can connect the automatically-generat
2525
```html
2626
<html>
2727
<head>
28-
<meta name="sentry-trace" content="{{ span.toSentryTrace() }}" />
28+
<meta name="sentry-trace" content="{{ span.toTraceparent() }}" />
2929
<meta name="baggage" content="{{ serializeBaggage(span.getBaggage()) }}" />
3030
<!-- ... -->
3131
</head>

0 commit comments

Comments
 (0)