Skip to content

Commit 7f908d9

Browse files
committed
remove outdated comment
1 parent 89c1ec0 commit 7f908d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ export function continueTrace({
211211
sentryTrace: Parameters<typeof tracingContextFromHeaders>[0];
212212
baggage: Parameters<typeof tracingContextFromHeaders>[1];
213213
}): Partial<TransactionContext>;
214-
215214
export function continueTrace<V>(
216215
{
217216
sentryTrace,
@@ -227,7 +226,6 @@ export function continueTrace<V>(
227226
* These values can be obtained from incoming request headers,
228227
* or in the browser from `<meta name="sentry-trace">` and `<meta name="baggage">` HTML tags.
229228
*
230-
* It also takes an optional `request` option, which if provided will also be added to the scope & transaction metadata.
231229
* The callback receives a transactionContext that may be used for `startTransaction` or `startSpan`.
232230
*/
233231
export function continueTrace<V>(

0 commit comments

Comments
 (0)