question

Stanislaw Gromadowski avatar image
Stanislaw Gromadowski asked

Sending analytical data about bugs of our game

We are wondering which playfab tools to use for our case:

We want to send information about bugs in our game to playfab. We assume that this will be a very common operation (bugs themselves are rare, but we have an average of 500 players in the game at the same time). Each bug message may weigh approximately 1KB.

The use of title date is obviously not recommended due to the frequency of queries and their size. We considered using player data to record these errors. We would then need to somehow export all this data from playfab.

Is there a better way to handle our bugs reporting system in playfab?

Player DataTitle Datadata
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Infer Wang avatar image
Infer Wang answered

Since you need to export all data from PlayFab, playerdata may not be suitable. One possible way is call PlayStream Events - Write Telemetry Events - REST API (PlayFab Events) | Microsoft Learn, as a result, the event will be generated in the backend so that you can filter those events in the Data Explorer to collect it. Please note that the event history usually has retention of 30 days, you may export it regularly. 6712-image.png 6705-image.png


image.png (47.7 KiB)
image.png (166.0 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.