vaadin / observability-kit

Other
5 stars 2 forks source link

feat: use label as possible element identifier #91

Closed sissbruecker closed 2 years ago

sissbruecker commented 2 years ago

Description

Extends ElementInstrumentationInfo logic to use the component's label as identifier if the component implements HasLabel.

Part of #38