ios developer
ios developer

Reputation: 3473

diagnostic logs for mobile app with azure appcenter

I have account for azure portal and azure appcenter. I had created the mobile app and integrated the azure appcenter sdk in that app. Is there any way i can do diagnostic logs for the mobile app and send them to our server ?

I had notice that there is no good filteration option for filtering events or finding detail logs in appcenter.

how can i achieve that with azure portal?

Upvotes: 0

Views: 282

Answers (1)

Ivan Glasenberg
Ivan Glasenberg

Reputation: 29950

The application insights is the tool for that.

Please take a look at Start analyzing your mobile app with App Center and Application Insights.

By following the setup in the doc above, then you can use application insights to monitor / query logs / filter logs in azure portal.

Upvotes: 2

Related Questions