We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed57f48 commit 7269e2fCopy full SHA for 7269e2f
packages/tracing/src/browser/browsertracing.ts
@@ -154,7 +154,7 @@ export class BrowserTracing implements Integration {
154
};
155
156
// TODO (v8): remove this block after tracingOrigins is removed
157
- // Set tracePropagationTargets from tracingOrigins if specified by the user
+ // Set tracePropagationTargets to tracingOrigins if specified by the user
158
// In case both are specified, tracePropagationTargets takes precedence
159
// eslint-disable-next-line deprecation/deprecation
160
if (_options && !_options.tracePropagationTargets && _options.tracingOrigins) {
0 commit comments