Underpin-WP / underpin-plugin-boilerplate

7 stars 1 forks source link

Javascript Logging SDK #20

Open alexstandiford opened 4 years ago

alexstandiford commented 4 years ago

There needs to be a straightforward way to log JS events to the logging utility. This would make it possible to pick up when something goes wrong on the JS end of things.

This would work somewhat like Google Analytics, but it would instead be focused on catching JS problems, and storing them in the event logging system.

alexstandiford commented 4 years ago

For example, it would be really nice if it were possible to register when registerBlockType returns undefined.