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 ca52aab commit 9006eb8Copy full SHA for 9006eb8
platform-includes/performance/traces-sampler-as-filter/flutter.mdx
@@ -1,5 +1,5 @@
1
```dart
2
-SentryFlutter.init((options) {
+await SentryFlutter.init((options) {
3
// Determine traces sample rate based on the sampling context
4
options.tracesSampler = (samplingContext) {
5
final ctx = samplingContext.customSamplingContext;
0 commit comments