Skip to content

Commit 7edf647

Browse files
committed
Removing redundant metrics in examples.
1 parent 9123298 commit 7edf647

File tree

1 file changed

+0
-6
lines changed
  • docs/platforms/javascript/common/tracing/span-metrics

1 file changed

+0
-6
lines changed

docs/platforms/javascript/common/tracing/span-metrics/examples.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ Sentry.startSpan(
257257
"ui.form_completion_time_ms": 45000,
258258
"ui.payment_method_changes": 1,
259259
"ui.address_validation_retries": 0,
260-
261-
// Client performance
262-
"client.page_load_time_ms": 850,
263-
"client.payment_widget_load_ms": 650,
264-
"client.total_interaction_time_ms": 120000,
265260
},
266261
},
267262
async () => {
@@ -291,7 +286,6 @@ Sentry.startSpan(
291286
"payment.processing_time_ms": 1200,
292287

293288
// Inventory checks
294-
"inventory.check_time_ms": 150,
295289
"inventory.all_available": true,
296290

297291
// Fulfillment

0 commit comments

Comments
 (0)