MCPcopy Index your code
hub / github.com/getsentry/sentry / round

Function round

static/gsAdmin/views/dynamicSamplingPanel.tsx:328–328  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

326 rules = [],
327}: DynamicSamplingRulesTableProps) {
328 const round = (value: number) => Math.round(value * 10000) / 10000;
329
330 const formatSamplingRateValue = (samplingValue: any) => {
331 if (

Callers 15

formatSamplingRateValueFunction · 0.85
evaluateRuleImpactFunction · 0.85
formatSecondsToClockFunction · 0.85
convertDurationFunction · 0.85
formatPercentageFunction · 0.85
alertAxisFormatterFunction · 0.85
ProjectCardFunction · 0.85
getCrashFreePercentFunction · 0.85
getSessionStatusPercentFunction · 0.85
getYAxisMethod · 0.85
renderTrendFunction · 0.85
renderTrendFunction · 0.85

Calls

no outgoing calls