Application studio - Tracking Errors - Help Needed

I have an error on a layer I created. The error is caused by an expired api key on a function call. The issue is I thought I removed the function call and cant remember the event I made that calls it.

Is there an easy way to identify user-created events? Or is there a way to diagnose what event is triggering that funciton call through the error messages?

You can track which App Studio events are being called using the Developer Tools in your browser. I use Edge, so F12 opens up the Developer Tools. Navigate to the Console tab then click back into your layer and press CTRL+ALT+8. That should give this message in the Console:

“Updated debug logging status: true”

Then, perform the action that causes the error and the console should show you which event tried to do it.

To identify user-created events, I always prefix their names so they’re easy to search on.

2 Likes