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