From ed299a1906264139d79a1dfbb303d961e5fadc42 Mon Sep 17 00:00:00 2001 From: David Newell Date: Fri, 20 Dec 2024 11:35:06 +0000 Subject: [PATCH] add sentry story --- frontend/src/lib/components/Errors/ErrorDisplay.stories.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/Errors/ErrorDisplay.stories.tsx b/frontend/src/lib/components/Errors/ErrorDisplay.stories.tsx index b380ca24064bf..8033e0631487e 100644 --- a/frontend/src/lib/components/Errors/ErrorDisplay.stories.tsx +++ b/frontend/src/lib/components/Errors/ErrorDisplay.stories.tsx @@ -82,8 +82,6 @@ function errorProperties(properties: Record): EventType['properties customer: 'the-customer', instance: 'https://app.posthog.com', }, - // $exception_message: 'ResizeObserver loop limit exceeded', - // $exception_type: 'Error', $exception_fingerprint: 'Error', $exception_personURL: 'https://app.posthog.com/person/the-person-id', $sentry_event_id: 'id-from-the-sentry-integration', @@ -294,6 +292,10 @@ export function WithCymbalErrors(): JSX.Element { ) } +export function SentryStackTrace(): JSX.Element { + return +} + export function LegacyEventProperties(): JSX.Element { return (