Skip to content

Commit e51aff3

Browse files
authored
rewording 2.0
1 parent da07ba6 commit e51aff3

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Options are no longer supported and should be converted into plugins.
443443

444444
### 4.d) Traits are no longer attached to `analytics.track()` events automatically
445445

446-
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:
446+
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:
447447

448448
```kotlin
449449
import com.segment.analytics.kotlin.core.Analytics

0 commit comments

Comments
 (0)