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 432112d3a63c3507c7f4a9037d875376ab1c6401
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ MaterialPageRoute(

The SDK sets the span `operation` to `navigation` and the `name` to the one provided in `RouteSettings`.

Transactions will be bound to the scope, if no other transaction is currently bound to it.
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`.

Expand Down