File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/core/src/tracing Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ export function continueTrace({
211
211
sentryTrace : Parameters < typeof tracingContextFromHeaders > [ 0 ] ;
212
212
baggage : Parameters < typeof tracingContextFromHeaders > [ 1 ] ;
213
213
} ) : Partial < TransactionContext > ;
214
-
215
214
export function continueTrace < V > (
216
215
{
217
216
sentryTrace,
@@ -227,7 +226,6 @@ export function continueTrace<V>(
227
226
* These values can be obtained from incoming request headers,
228
227
* or in the browser from `<meta name="sentry-trace">` and `<meta name="baggage">` HTML tags.
229
228
*
230
- * It also takes an optional `request` option, which if provided will also be added to the scope & transaction metadata.
231
229
* The callback receives a transactionContext that may be used for `startTransaction` or `startSpan`.
232
230
*/
233
231
export function continueTrace < V > (
You can’t perform that action at this time.
0 commit comments