vaadin / observability-kit

Other
5 stars 2 forks source link

Prevent spans from being created by frontend trace requests #202

Closed MatthewVaadin closed 1 year ago

MatthewVaadin commented 1 year ago

Description

This ensures that the frontend trace requests do not create a span on the server-side instrumentation. In addition, heartbeat requests are ignored by the frontend instrumentation.

Fixes #201

Type of change