We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93753ce commit bdffa17Copy full SHA for bdffa17
dart/lib/src/sentry_options.dart
@@ -423,8 +423,8 @@ class SentryOptions {
423
/// More on https://develop.sentry.dev/sdk/metrics/#span-aggregation
424
@experimental
425
set enableSpanLocalMetricAggregation(
426
- final bool enableDefaultTagsForMetrics) =>
427
- _enableSpanLocalMetricAggregation = enableDefaultTagsForMetrics;
+ final bool enableSpanLocalMetricAggregation) =>
+ _enableSpanLocalMetricAggregation = enableSpanLocalMetricAggregation;
428
429
/// Only for internal use. Changed SDK behaviour when set to true:
430
/// - Rethrow exceptions that occur in user provided closures
0 commit comments