Commit fc68756
committed
feat: integrate Sentry for error tracking and performance monitoring
- Added @sentry/vite-plugin to package.json for Vite integration.
- Wrapped the main App component with Sentry's withProfiler for performance monitoring.
- Updated AppRouter to use SentryRoutes for enhanced routing error tracking.
- Initialized Sentry in mount.ts with environment and PII settings.
- Added breadcrumbs for user authentication events in AuthContextOnboarding.
- Logged breadcrumb for visiting the Login page in LoginView.
- Configured Vite to include Sentry plugin and enabled sourcemaps for better debugging.1 parent 78be8c0 commit fc68756
File tree
10 files changed
+569
-62
lines changed- src
- spaces/onboarding/auth
- views
10 files changed
+569
-62
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments