We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc450ef commit 1992259Copy full SHA for 1992259
1 file changed
components/view-counter/view-counter.tsx
@@ -35,6 +35,7 @@ export function ViewCounter(props: ViewCounterProps) {
35
slug,
36
},
37
extra: {
38
+ error: JSON.stringify(error),
39
endpoint: `/api/views/${slug}`,
40
timestamp: new Date().toISOString(),
41
0 commit comments