Exporting Errors Data

Important

Visual Studio App Center is scheduled for retirement on March 31, 2025. While you can continue to use Visual Studio App Center until it is fully retired, there are several recommended alternatives that you may consider migrating to.

Learn more about support timelines and alternatives.

Overview

App Center provides the ability to export all your raw data into Azure Blob Storage using our continuous export feature from the moment you set up export and backfill data for the last 28 days.

How to set up export for Errors data

To export Errors data, call the following App Center API:

"POST /v0.1/apps/{username}/{appname}/export_configurations".

Additional details are available in the Analytics API.

How to provide a copy of this data to my users

Prerequisite: The following requires that you have a way to map the App Center install IDs and your users.

To provide a specific user with their data, you must search the exported data and copy the logs with a specific install ID in a different file. That file will contain all the data that has been exported corresponding to that specific user.

Note

We're working on code samples that will help you filter the exported data for a specific install ID.