-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
Description
Describe the bug
The session ID is not being linked properly with amplitude.
To Reproduce
Steps to reproduce the behavior:
- Integrate Amplitude plugin by following the examples
- Track some events
- In amplitude, see that the events are not being logged with a valid session id, even though it is being set within the AmplitudeSession plugin. All the session ids are -1.
Expected behavior
events should be connected via a session id, right now they are not connected.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
- Library Version in use: Analytics-Swift 1.6.1, Analytics-Swift-Amplitude 1.4.3
- Platform being tested: iOS
- Integrations in use: Amplitude
Additional context
Amplitude also indicates that these events are being sent by WebKit605, but they are coming from the SDK.