File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ class SentryTracer extends ISentrySpan {
49
49
/// highest timestamp of child spans, trimming the duration of the
50
50
/// transaction. This is useful to discard extra time in the transaction that
51
51
/// is not accounted for in child spans, like what happens in the
52
- /// [SentryNavigatorObserver] idle transactions, where we finish the
53
- /// transaction after a given " idle time" and we don't want this "idle time"
54
- /// to be part of the transaction.
52
+ /// [SentryNavigatorObserver] (https://pub.dev/documentation/sentry_flutter/latest/sentry_flutter/SentryNavigatorObserver-class.html)
53
+ /// idle transactions, where we finish the transaction after a given
54
+ /// "idle time" and we don't want this "idle time" to be part of the transaction.
55
55
SentryTracer (
56
56
SentryTransactionContext transactionContext,
57
57
this ._hub, {
You can’t perform that action at this time.
0 commit comments