[TIMOB-17220] BlackBerry Analytics: JSON object will in featureEvent will send [object Object]
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-06-27T19:50:13.000+0000 |
| Affected Version/s | Release 3.3.0 |
| Fix Version/s | n/a |
| Components | BlackBerry |
| Labels | qe-3.3.0 |
| Reporter | Samuel Dowse |
| Assignee | Pedro Enrique |
| Created | 2014-06-26T17:48:54.000+0000 |
| Updated | 2017-03-13T21:01:38.000+0000 |
Description
Description
Sending a JSON object inside a featureEvent will send [object Object] to the dashboard. On iOS and Android it will correctly send the JSON object.Steps To Reproduce
1. Attach the following code snippet into your app.jsTi.Analytics.featureEvent('featureEvent', {"featureValue":"featureKey"});
2. Run the application, and check the payloads on dashboard.
Expected Result
Should receive"feature_data":"{"featureValue":"featureKey"}"
Actual Result
Receives"feature_data":"[object Object]"
PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/268
Closing ticket as fixed.