Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fix: add defaultTracking to top level config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-fiedler committed Sep 21, 2023
1 parent 34028a7 commit d60c89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/sdks/ios-swift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let amplitude = Amplitude(configuration: Configuration(
| `flushEventsOnClose` | Flushing of unsent events on app close. | `true` |
| `callback` | Callback function after event sent. | `nil` |
| `optOut` | Opt the user out of tracking. | `false` |
| `trackingSessionEvents` | Flushing of unsent events on app close. | `true` |
| `defaultTracking` | Enable tracking of [default events](#tracking-default-events) for sessions, app lifecycle, screen views, and deep links. | `DefaultTrackingOptions(sessions: true)` |
| `minTimeBetweenSessionsMillis` | The amount of time for session timeout. | `300000` |
| `serverUrl` | The server url events upload to. | `https://api2.amplitude.com/2/httpapi` |
| `serverZone` | The server zone to send to, will adjust server url based on this config. | `US` |
Expand Down

0 comments on commit d60c89c

Please sign in to comment.