Description
In the PHP and JS SDKs, action_context should be processed to always return a string to pre-empt validation errors related to this property.
Use JSON.stringify() on action_context before sending events
Acceptance Criteria
- SDKs ensure action_context is always a string
- Include/update test cases