Skip to content

Commit bdffa17

Browse files
committed
addressed PR feedbacks
1 parent 93753ce commit bdffa17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dart/lib/src/sentry_options.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ class SentryOptions {
423423
/// More on https://develop.sentry.dev/sdk/metrics/#span-aggregation
424424
@experimental
425425
set enableSpanLocalMetricAggregation(
426-
final bool enableDefaultTagsForMetrics) =>
427-
_enableSpanLocalMetricAggregation = enableDefaultTagsForMetrics;
426+
final bool enableSpanLocalMetricAggregation) =>
427+
_enableSpanLocalMetricAggregation = enableSpanLocalMetricAggregation;
428428

429429
/// Only for internal use. Changed SDK behaviour when set to true:
430430
/// - Rethrow exceptions that occur in user provided closures

0 commit comments

Comments
 (0)