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 a468951 commit e502d80Copy full SHA for e502d80
src/nativeOptions.ts
@@ -39,7 +39,6 @@ export function FilterNativeOptions(
39
tracesSampleRate: options.tracesSampleRate,
40
// tunnel: options.tunnel: Only handled on the JavaScript Layer.
41
enableCaptureFailedRequests: options.enableCaptureFailedRequests,
42
- tracePropagationTargets: options.tracePropagationTargets,
43
...iOSParameters(options),
44
};
45
}
0 commit comments