UncleGedd edited a comment on pull request #234: URL: https://github.com/apache/incubator-flagon-useralejs/pull/234#issuecomment-1079979646
Hey all, just pushed some React example code to the `setupStartStopRefactor` branch to make sure we're all looking at the same thing (it's also for the purpose of #88). If you take a look at [App.js](https://github.com/apache/incubator-flagon-useralejs/blob/setupStartStopRefactor/example/react-app-example/src/App.js), note the following Userale config: ``` userale.options({ autostart: false }) userale.start() userale.packageCustomLog({"hello": "world"}) ``` I would expect that Userale would start working with this flow, however no logs are being sent. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@flagon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org