We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9123298 commit 7edf647Copy full SHA for 7edf647
docs/platforms/javascript/common/tracing/span-metrics/examples.mdx
@@ -257,11 +257,6 @@ Sentry.startSpan(
257
"ui.form_completion_time_ms": 45000,
258
"ui.payment_method_changes": 1,
259
"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,
265
},
266
267
async () => {
@@ -291,7 +286,6 @@ Sentry.startSpan(
291
286
"payment.processing_time_ms": 1200,
292
287
293
288
// Inventory checks
294
- "inventory.check_time_ms": 150,
295
289
"inventory.all_available": true,
296
290
297
// Fulfillment
0 commit comments