We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sampled=false
This will resolved confusing dropped transactions and spans due to sampling, although sample_rate=1.
sample_rate=1
Current use of sampled=false.
sentry-react-native/packages/core/src/js/tracing/onSpanEndUtils.ts
Line 86 in 18ce5e8
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: