Skip to content

Commit 7269e2f

Browse files
committed
jsdoc change
1 parent ed57f48 commit 7269e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class BrowserTracing implements Integration {
154154
};
155155

156156
// TODO (v8): remove this block after tracingOrigins is removed
157-
// Set tracePropagationTargets from tracingOrigins if specified by the user
157+
// Set tracePropagationTargets to tracingOrigins if specified by the user
158158
// In case both are specified, tracePropagationTargets takes precedence
159159
// eslint-disable-next-line deprecation/deprecation
160160
if (_options && !_options.tracePropagationTargets && _options.tracingOrigins) {

0 commit comments

Comments
 (0)