Skip to content

Commit

Permalink
jsdoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 22, 2022
1 parent ed57f48 commit 7269e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tracing/src/browser/browsertracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class BrowserTracing implements Integration {
};

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

0 comments on commit 7269e2f

Please sign in to comment.