This is a migrated thread and some comments may be shown as answers.

implementing error/usage report

3 Answers 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
André
Top achievements
Rank 1
André asked on 09 May 2015, 10:53 PM

Hi guys, I've been looking for a better way to collect app erros/usage and send a report to a remote server.

Which kendo features I can use to make a good solution?

 

Regards.

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 12 May 2015, 11:06 AM

Hello André,

I am not really sure that I understand what exactly you are looking for. Do you have an app that is already build with Kendo UI and you want to extract some information about it? Or you are looking for a way to visualize data?

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
André
Top achievements
Rank 1
answered on 12 May 2015, 11:34 AM

Hi Kiril, 

I'm developing a new hybrid app in appbuilder and I'm collecting some data about user usage (like datasource errors) and saving using window.localStorage.

Now, I'm wondering how can I submit this information to my webserver.

Currently I use a php webservice and I'm planning send  this information to a page using http post.

My questin is: I'm reinventing the wheel or kendo have some feature to do something like this?

0
Kiril Nikolov
Telerik team
answered on 13 May 2015, 08:42 AM

Hello André,

Kendo UI does not have a feature for collection user data, however you can use a plain $.ajax request and send the data to your server, when needed. Here is some documentation about it:

http://api.jquery.com/jquery.ajax/

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
André
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
André
Top achievements
Rank 1
Share this question
or