To get some insights into the usage of multiple create feature by the users, it is important to have some telemetry emitted.
- Determine exactly what telemetry to be emitted.
Example:
One way to quantify the adoption of multiple create feature could be to track the number of times a multiple create operation is used - Adding a log statement such as Multiple Create operation: {operation name} might be sufficient for this.
Likewise, determine the insights we would want and the relevant telemetry to emit that would enable us to have those insights.
- Implement and test the changes necessary to emit the identified telemetry.