You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option is required and should be the `Navigation` object imported from the navigation library.
43
-
44
38
### routeChangeTimeoutMs
45
39
46
40
This option specifies how long the instrumentation will wait for the route to mount after a change has been initiated before the transaction is discarded. The default value is `1_000`.
47
41
48
42
### enableTabsInstrumentation
49
43
50
44
This instrumentation will create a transaction on tab change. By default, only navigation commands create transactions. The default value is `false`.
51
-
52
-
### ignoreEmptyBackNavigationTransactions
53
-
54
-
This ensures that transactions that are from routes that've been seen and don't have any spans, are not being sampled. This removes a lot of clutter, making it so that most back navigation transactions are now ignored. The default value is `true`.
0 commit comments