logging - Stratergies to collect analytics and error in windows 8 metro app -
i have build metro app using javascript, have written around 6000 lines of codes.
i ooking ways collect 2 things
what users doing, user action analytics error users may facing, collecting log file or other strategy.what available options , available strategies that.
i using cloud connection easy see usage in centralized location. create collection of log messages, analytic points, errors, etc. in users local storage , fire off asynchronous service @ application launch (and perhaps every few min thereafter) made sure user connected internet, , force records local storage azure mobile service. if haven't set azure mobile services before, they're super easy, cheap, , handy. can create table store info points , add together property user's receipt id (that uniquely identifies them , machine). you've got 1 table usage info of users. that's $0.02.
logging error-handling microsoft-metro analytics winjs
No comments:
Post a Comment