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 789788d08a925414799da8eab97b7987aacea18d
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Transactions will be bound to the scope if no other transaction is currently bou

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.
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 complete.

You can also opt out of this behaviour by setting `enableAutoTransactions` to false in the `SentryNavigatorObserver` constructor. You might do this when you only want to use navigation breadcrumbs, which can be enabled by setting the constructor parameter `setRouteNameAsTransaction` to `true`.

Expand Down