Skip to content

Commit 1992259

Browse files
committed
fix: sentry 500
1 parent dc450ef commit 1992259

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/view-counter/view-counter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function ViewCounter(props: ViewCounterProps) {
3535
slug,
3636
},
3737
extra: {
38+
error: JSON.stringify(error),
3839
endpoint: `/api/views/${slug}`,
3940
timestamp: new Date().toISOString(),
4041
},

0 commit comments

Comments
 (0)