etsy / kevin-middleware

This is an Express middleware that makes developing javascript in a monorepo easier.
MIT License
110 stars 5 forks source link

Add performance markers to Kevin overlay + configurable prefix string for perf marker names #28

Closed piratefsh closed 7 months ago

piratefsh commented 7 months ago

Description

Fire performance markers from Kevin overlay, with an option to add a prefix to marker names.

Context / Why are we making this change?

This will enable us to fetch information about Kevin how long the Kevin overlay is visible to the user, a useful metric to measure developer experience.

Testing and QA Plan

Unit tests have been added.

Impact

n/a