Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/platforms/flutter/common/performance/instrumentation/autom…
…atic-instrumentation.mdx

Co-authored-by: Isabel <[email protected]>
  • Loading branch information
marandaneto and imatwawana authored Jan 13, 2022
commit ab083a2b2be35bd18ca8c6700a80a12fa5c5d712
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The SDK sets the span `operation` to `navigation` and the `name` to the one prov

Transactions will be bound to the scope if no other transaction is currently bound to it.

The started transactions will idle for a fixed amount of time, currently set to `three seconds`.
The started transactions will idle for a fixed amount of time, for which the default is `three seconds`.

Child spans started will be attached to the transaction. If they run longer than the idle time, the transaction will be extended and finished when all its children are done.

Expand Down