We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d6efc commit 2ec5234Copy full SHA for 2ec5234
apps/webapp/app/routes/storybook.run-and-span-timeline/route.tsx
@@ -58,6 +58,30 @@ const spanTimelines = [
58
},
59
],
60
61
+ {
62
+ startTime: new Date(),
63
+ duration: 1000 * 1_000_000,
64
+ inProgress: false,
65
+ isError: false,
66
+ events: [
67
68
+ name: "Dequeued",
69
+ offset: 0,
70
+ timestamp: new Date(Date.now() - 5000),
71
+ duration: 4000,
72
+ markerVariant: "start-cap",
73
+ lineVariant: "light",
74
+ },
75
76
+ name: "Launched",
77
78
+ timestamp: new Date(Date.now() - 1000),
79
+ duration: 1000,
80
+ markerVariant: "dot-hollow",
81
82
83
+ ],
84
85
{
86
startTime: new Date(),
87
duration: 1000 * 1_000_000,
0 commit comments