@sentry/nextjs: next.config.js uses withSentryConfig, src/instrumentation.ts and src/instrumentation-client.ts load Sentry, and sentry.server.config.ts, sentry.edge.config.ts, and src/app/global-error.tsx participate in server/edge/client error capture.attik-mobile) has no @sentry dependencies or initialization in the scanned tree; Expo Router entry is expo-router/entry from package.json, so early bootstrap choices matter for native crash capture.attik-backend) has commented-out Sentry wiring in src/index.ts (e.g. import './instrument.js', @sentry/node, Sentry.setupExpressErrorHandler(app), and a sample /debug-sentry route), so server-side Sentry is not active in the current entrypoint as committed.App (or equivalent) wrapping for unhandled JS errors, breadcrumbs for navigation and failures, and consistent user or session tags across client and server if backend Sentry is enabled.Attik Mobile
@sentry/react-native (or current Expo-supported equivalent recommended by Sentry) so production and preview builds report errors; initialize as early as practical in the app lifecycle to maximize native crash capture.Attik Backend
src/index.ts (and app.js / central Express setup if error middleware belongs there) to enable @sentry/node request and error handlers in the correct order relative to existing middleware.instrument.js (or equivalent) pattern the team standardizes on; today the import is commented next to Sentry.Attik Frontend (reference only)
attik-frontend/next.config.js, attik-frontend/src/instrumentation.ts, attik-frontend/src/instrumentation-client.ts, attik-frontend/sentry.server.config.ts, attik-frontend/sentry.edge.config.ts, attik-frontend/src/app/global-error.tsxattik-backend/src/index.tsattik-mobile/package.json (entry / Expo scripts), EAS build configuration under attik-mobile/eas/ if present@sentry/node) Express integrationPlease authenticate to join the conversation.
Canceled
Main App
About 2 months ago
Linear
Get notified by email when there are changes.
Canceled
Main App
About 2 months ago
Linear
Get notified by email when there are changes.