Skip to content

Commit

Permalink
πŸ“¦ chore: κ΄€λ¦¬μž 앱에 Sentry ν…ŒμŠ€νŠΈμš© μž„μ‹œ λ²„νŠΌ μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Apr 25, 2024
1 parent 2a54487 commit 924798e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AdminApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ import 'react-toastify/dist/ReactToastify.css';
const AdminApp = () => {
return (
<Background imageUrl={BackgroundImg}>
<button
onClick={() => {
throw new Error('Sentry ν…ŒμŠ€νŠΈ');
}}
>
Sentry μˆ˜μ§‘ ν…ŒμŠ€νŠΈ
</button>
<UnknownErrorBoundary FallbackComponent={RootUnknownFallback}>
<ApiErrorBoundary FallbackComponent={RootApiFallback}>
<Outlet />
Expand Down

0 comments on commit 924798e

Please sign in to comment.