File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/core/src/js/tracing Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,9 @@ export const reactNavigationIntegration = ({
209209 * To be called on every React-Navigation action dispatch.
210210 * It does not name the transaction or populate it with route information. Instead, it waits for the state to fully change
211211 * and gets the route information from there, @see updateLatestNavigationSpanWithCurrentRoute
212+ *
213+ * @param unknownEvent - The event object that contains navigation action data
214+ * @param isAppRestart - Whether this span is being started due to an app restart rather than a normal navigation action
212215 */
213216 const startIdleNavigationSpan = ( unknownEvent ?: unknown , isAppRestart = false ) : void => {
214217 const event = unknownEvent as UnsafeAction | undefined ;
You can’t perform that action at this time.
0 commit comments