We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c1ec0 commit d3a2f0eCopy full SHA for d3a2f0e
packages/core/src/tracing/trace.ts
@@ -227,7 +227,6 @@ export function continueTrace<V>(
227
* These values can be obtained from incoming request headers,
228
* or in the browser from `<meta name="sentry-trace">` and `<meta name="baggage">` HTML tags.
229
*
230
- * It also takes an optional `request` option, which if provided will also be added to the scope & transaction metadata.
231
* The callback receives a transactionContext that may be used for `startTransaction` or `startSpan`.
232
*/
233
export function continueTrace<V>(
0 commit comments