Skip to content

Commit 67b29bb

Browse files
authored
Update dart.mdx
1 parent 9006eb8 commit 67b29bb

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/performance/traces-sampler-as-filter

1 file changed

+1
-1
lines changed

platform-includes/performance/traces-sampler-as-filter/dart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```dart
22
import 'package:sentry/sentry.dart';
33
4-
Sentry.init((options) {
4+
await Sentry.init((options) {
55
// Determine traces sample rate based on the sampling context
66
options.tracesSampler = (samplingContext) {
77
final ctx = samplingContext.customSamplingContext;

0 commit comments

Comments
 (0)