How to set up app insights

A few weeks back we announced the new value-created type in our SDK:

This new type will track the time between when a user installs your application and when they get value from it. You will determine what actions are considered valuable.

You can call the monday.execute() method with the valueCreatedForUser type each time the valuable action happens:

monday.execute('valueCreatedForUser')

To analyze the amount of time it takes users to get value from our apps, we need your application to use this type.

After executing this method, you won’t see any immediate changes. We plan on exposing these insights to app developers and adding more telemetry about app usage in the future.

To learn more about the value-created type, please see Value-created event best practices

Happy building! :hammer_and_wrench: