General discussion

recommended approach for logging events to custom platform

hello! I am interested in logging events (as many as possible) produced in H5P content to a custom platform. for generic content I usually do this by adding our vanilla-javascript logger library to a modified ("instrumented") version of the content. I had followed similar approaches for Versal, Adobe Captivate and Learnosity content. 

For H5P, by reading the docs I feel that there are many different ways to accomplish this, and wonder what is the right approach:

1. opening exported H5P content and add my logger library right there.

Pages