Skip to content

Commit 2d27747

Browse files
Jack-Gill-THf2prateek
authored andcommitted
These descriptions were the wrong way round. (#42)
1 parent 8f13f6f commit 2d27747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/docs/interfaces/analytics.configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ___
8080

8181
*Defined in analytics.ts:17*
8282

83-
Whether the analytics client should automatically track application lifecycle events, such as "Application Installed", "Application Updated" and "Application Opened".
83+
Whether the analytics client should automatically make a screen call when a view controller is added to a view hierarchy. Because the iOS underlying implementation uses method swizzling, we recommend initializing the analytics client as early as possible.
8484

8585
Disabled by default.
8686

@@ -94,7 +94,7 @@ ___
9494

9595
*Defined in analytics.ts:26*
9696

97-
Whether the analytics client should automatically make a screen call when a view controller is added to a view hierarchy. Because the iOS underlying implementation uses method swizzling, we recommend initializing the analytics client as early as possible.
97+
Whether the analytics client should automatically track application lifecycle events, such as "Application Installed", "Application Updated" and "Application Opened".
9898

9999
Disabled by default.
100100

0 commit comments

Comments
 (0)