mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
Adds @sentry/react-native for native crash reporting (segfaults, OOM, ANRs, watchdog kills) that PostHog's JS-level tracking can't capture. Privacy measures: - sendDefaultPii: false, no tracing/replay/profiling/screenshots - beforeSend strips user/request data from JS errors - beforeBreadcrumb drops navigation/http breadcrumbs - Screenshot, ViewHierarchy, UserInteraction integrations filtered out Crash reporting has its own toggle in Settings, independent from the existing analytics toggle. Enabled by default, takes effect on restart since native crash handlers must be installed at init time. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "sofa-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bun --bun next build",
|
|
"dev": "bun --bun next dev",
|
|
"start": "bun --bun next start",
|
|
"lint": "oxlint",
|
|
"format": "oxfmt",
|
|
"format:check": "oxfmt --check",
|
|
"check-types": "bun --bun fumadocs-mdx && bun --bun next typegen && tsc --noEmit",
|
|
"generate:api-docs": "bun scripts/generate-api-docs.ts",
|
|
"postinstall": "bun --bun fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"@takumi-rs/image-response": "^0.73.1",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"fumadocs-core": "^16.7.5",
|
|
"fumadocs-mdx": "^14.2.11",
|
|
"fumadocs-openapi": "^10.4.1",
|
|
"fumadocs-ui": "^16.7.5",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "16.2.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"shiki": "^4.0.2",
|
|
"tailwind-merge": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/bun": "1.3.11",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"oxfmt": "0.42.0",
|
|
"oxlint": "1.57.0",
|
|
"postcss": "^8.5.8",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3"
|
|
},
|
|
"packageManager": "bun@1.3.11"
|
|
}
|