Skip to content

Commit bbb60ec

Browse files
committed
Update docs
1 parent c4def3a commit bbb60ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dart/lib/src/sentry_tracer.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class SentryTracer extends ISentrySpan {
4949
/// highest timestamp of child spans, trimming the duration of the
5050
/// transaction. This is useful to discard extra time in the transaction that
5151
/// 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.
5555
SentryTracer(
5656
SentryTransactionContext transactionContext,
5757
this._hub, {

0 commit comments

Comments
 (0)