Skip to content

vleedesigntheory/monere

Repository files navigation

logo

Monere


Introduction

Monere is A Web Monitor SDK

Principle

The whole front-end monitoring SDK adopts the plugin-based architecture design scheme, which can form corresponding functions through various plugin integrations.

architecture

For the selection of front-end architecture, an object-oriented programming (OOP) based approach is chosen to integrate functions such as performance, error, and behavior separately.

technology

Plugins

Project Description
plugin-behavior-pv Behavior Monitor--PV
plugin-behavior-click Behavior Monitor--User Click
plugin-behavior-duration Behavior Monitor--Page Duration
plugin-behavior-pagechange Behavior Monitor--Page Change
plugin-error-wrong Error Monitor--JS Error
plugin-performance-fetch Performance Monitor--Fetch Request
plugin-performance-fps Performance Monitor--Frame Per Seconds
plugin-performance-xhr Performance Monitor--XML Http Request
plugin-performance-observer Performance Monitor--CLS/Entries/FID/FSP/LCP/Paint/Load

License

MIT

Copyright (c) 2021-present VLeeDesignTheory