Skip to content

Commit d3a2f0e

Browse files
committed
remove outdated comment
1 parent 89c1ec0 commit d3a2f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ export function continueTrace<V>(
227227
* These values can be obtained from incoming request headers,
228228
* or in the browser from `<meta name="sentry-trace">` and `<meta name="baggage">` HTML tags.
229229
*
230-
* It also takes an optional `request` option, which if provided will also be added to the scope & transaction metadata.
231230
* The callback receives a transactionContext that may be used for `startTransaction` or `startSpan`.
232231
*/
233232
export function continueTrace<V>(

0 commit comments

Comments
 (0)