Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 218 Bytes

File metadata and controls

7 lines (7 loc) · 218 Bytes
// Add '15.0' to a distribution used for tracking the loading times for component.
Sentry.metrics.distribution("component_load_time", 15.0, {
  tags: { type: "important" },
  unit: "millisecond",
});