question

brendan avatar image
brendan asked

Cloud Script errors

Question from a developer:

Is there any way to see which part of my cloudscript caused the javascript exceptions showing in the API error graph in the Game Manager?

CloudScript
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

·
brendan avatar image
brendan answered

You can get all the information about your Cloud Script execution by setting the GeneratePlayStreamEvent parameter to true when you call ExecuteCloudScript. Then, in the Game Manager PlayStream->Event History tab for your title, you'll be able to see that output by searching for the player_executed_cloudscript event.

1 comment
10 |1200

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

Kain avatar image Kain commented ·

Wanted to add that as of April 2019, the path to this is...
Analytics (from Sidebar) -> Event History Tab

1 Like 1 ·

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.