Skip to content

Commit da07ba6

Browse files
authored
rewording
1 parent b7236af commit da07ba6

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/apple/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ The following options were removed in Analytics-Swift:
361361
362362
### 4.a) Traits are no longer attached to `analytics.track()` events automatically
363363
364-
In order to prevent sending unwanted or unnecessary PII, traits collected in `analytics.identify()` events are no longer automatically attached to `analytics.track()` events. In order to achieve this, you can write a simple `before` plugin:
364+
To prevent sending unwanted or unnecessary PII, traits collected in `analytics.identify()` events are no longer automatically attached to `analytics.track()` events. To achieve this, you can write a `before` plugin:
365365
366366
```swift
367367
import Foundation
@@ -390,4 +390,4 @@ class InjectTraits: Plugin {
390390
```
391391

392392
### Conclusion
393-
Once you’re up and running, you can take advantage of Analytics-Swift’s additional features, such as [Destination Filters](/docs/connections/sources/catalog/libraries/mobile/apple/swift-destination-plugins), [Functions](/docs/connections/functions/), and [Typewriter](/docs/connections/sources/catalog/libraries/mobile/apple/swift-typewriter) support.
393+
Once you’re up and running, you can take advantage of Analytics-Swift’s additional features, such as [Destination Filters](/docs/connections/sources/catalog/libraries/mobile/apple/swift-destination-plugins), [Functions](/docs/connections/functions/), and [Typewriter](/docs/connections/sources/catalog/libraries/mobile/apple/swift-typewriter) support.

0 commit comments

Comments
 (0)