Skip to content

Commit c09e598

Browse files
authored
Relative links and such
1 parent c1012b4 commit c09e598

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/connections/spec/common.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Other libraries only collect `context.library`, any other context variables must
210210

211211
- userAgentData is only collected if the [Client Hints API](https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API){:target="_blank"} is available on the browser.
212212

213-
- Traits are no longer collected and appended to the context of subsequent calls in the new mobile libraries (Swift, Kotlin, and React Native).
213+
- Segment doesn't collect or append to the context of subsequent calls in the new mobile libraries (Swift, Kotlin, and React Native).
214214

215215
To pass the context variables which are not automatically collected by Segment's libraries, you must manually include them in the event payload. The following code shows how to pass `groupId` as the context field of Analytics.js's `.track()` event:
216216

@@ -220,10 +220,10 @@ analytics.track("Report Submitted", {},
220220
);
221221
```
222222

223-
In order to add fields to the context object in the new mobile libraries, you must utilize a custom plugin. Documentation for creating plugins for each library can be found here:
224-
- [React Native](https://segment.com/docs/connections/sources/catalog/libraries/mobile/react-native/#plugin-architecture){:target="_blank"}
225-
- [Swift](https://segment.com/docs/connections/sources/catalog/libraries/mobile/apple/swift-plugin-architecture/){:target="_blank"}
226-
- [Kotlin](https://segment.com/docs/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-plugin-architecture/){:target="_blank"}
223+
To add fields to the context object in the new mobile libraries, you must utilize a custom plugin. Documentation for creating plugins for each library can be found here:
224+
- [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/#plugin-architecture)
225+
- [Swift](/docs/connections/sources/catalog/libraries/mobile/apple/swift-plugin-architecture/)
226+
- [Kotlin](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-plugin-architecture/)
227227

228228

229229
## Integrations

0 commit comments

Comments
 (0)