Description
This will resolved confusing dropped transactions and spans due to sampling, although sample_rate=1.
Current use of sampled=false.
|
span['_sampled'] = false; |
|
span['_sampled'] = false; |
|
latestNavigationSpan['_sampled'] = false; |
|
latestNavigationSpan['_sampled'] = false; |
Description
This will resolved confusing dropped transactions and spans due to sampling, although
sample_rate=1.Current use of
sampled=false.sentry-react-native/packages/core/src/js/tracing/onSpanEndUtils.ts
Line 86 in 18ce5e8
sentry-react-native/packages/core/src/js/tracing/onSpanEndUtils.ts
Line 111 in 18ce5e8
sentry-react-native/packages/core/src/js/tracing/reactnativenavigation.ts
Line 214 in 18ce5e8
sentry-react-native/packages/core/src/js/tracing/reactnavigation.ts
Line 333 in f2d10b7