Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
0682dd5
refactor(biome, tsconfig): streamline import formatting and update co…
kzndotsh Jan 8, 2026
243e3d9
feat(sentry): integrate Sentry for error logging and tracing
kzndotsh Jan 8, 2026
4940b15
fix(navigation): update Link href type casting for improved type safety
kzndotsh Jan 8, 2026
364804a
fix(navigation): enhance type safety in router path handling
kzndotsh Jan 8, 2026
9e06171
feat(seo): add JsonLd component for structured data and enhance metad…
kzndotsh Jan 8, 2026
0bf9466
refactor(i18n, permissions): improve route configuration and navigati…
kzndotsh Jan 8, 2026
e566a49
feat(next-config): add Next.js configuration files for image formats …
kzndotsh Jan 8, 2026
d3dd3d0
feat(db): implement environment variable management for database conn…
kzndotsh Jan 8, 2026
92ce6da
feat(auth): implement server-only imports and environment variable ma…
kzndotsh Jan 8, 2026
349e9d0
feat(api): add server-only imports and enhance error handling with ob…
kzndotsh Jan 8, 2026
54b12ee
feat(env): create environment configuration for server and client
kzndotsh Jan 8, 2026
c6ae811
feat(observability): implement comprehensive observability utilities …
kzndotsh Jan 8, 2026
bf293da
feat(instrumentation): add Next.js instrumentation for observability …
kzndotsh Jan 8, 2026
07e2781
feat(sentry): add Sentry configuration for Edge and server environments
kzndotsh Jan 8, 2026
ba96b2f
feat(next-config): enhance Next.js configuration with CSP reporting a…
kzndotsh Jan 8, 2026
52196a5
feat(dependencies): update package.json and pnpm-lock.yaml with new d…
kzndotsh Jan 8, 2026
ffdb8ce
refactor(sentry): update Sentry DSN configuration to use environment …
kzndotsh Jan 8, 2026
3dd571b
refactor(mcp): format command arguments for consistency
kzndotsh Jan 8, 2026
751656f
fix(api): standardize error responses for not found cases
kzndotsh Jan 8, 2026
048c614
fix(error-handling): improve Sentry error logging with fallback mecha…
kzndotsh Jan 8, 2026
892b8fb
fix(api): enhance error handling to prevent internal detail exposure
kzndotsh Jan 8, 2026
d8c0f38
fix(auth): update BETTER_AUTH_URL validation to use z.url() for impro…
kzndotsh Jan 8, 2026
901698c
fix(db): update DATABASE_URL validation to use z.url() for improved t…
kzndotsh Jan 8, 2026
3eaab1d
fix(observability): update Sentry configuration for improved handling…
kzndotsh Jan 8, 2026
91cab05
refactor(observability): enhance cache instrumentation with normalize…
kzndotsh Jan 8, 2026
423103e
refactor(observability): enhance Sentry integration setup for improve…
kzndotsh Jan 8, 2026
47d2506
fix(observability): add fallback for Sentry release version to "unknown"
kzndotsh Jan 8, 2026
c51b9f9
fix(observability): simplify hostname retrieval for portal tags
kzndotsh Jan 8, 2026
c8a59f9
fix(observability): ensure error message is a string before returning
kzndotsh Jan 8, 2026
7e85fa0
refactor(observability): replace custom Sentry interfaces with offici…
kzndotsh Jan 8, 2026
2f13266
refactor(observability): improve HTTP instrumentation with body size …
kzndotsh Jan 8, 2026
9356cfc
refactor(observability): enhance Sentry configuration with additional…
kzndotsh Jan 8, 2026
475054b
refactor(observability): enhance queue instrumentation with shared tr…
kzndotsh Jan 8, 2026
c1d7efe
refactor(observability): enhance scope patterns with callback support
kzndotsh Jan 8, 2026
35b50f6
refactor(observability): improve Sentry release configuration and sam…
kzndotsh Jan 8, 2026
6a341aa
refactor(observability): enhance transaction name sanitization and at…
kzndotsh Jan 8, 2026
98b94b9
feat(security): add CSP nonce retrieval function
kzndotsh Jan 8, 2026
f5a5f91
feat(seo): integrate CSP nonce into JSON-LD script generation
kzndotsh Jan 8, 2026
603183c
refactor(seo): update lodash import for better tree-shaking
kzndotsh Jan 8, 2026
f25d180
refactor(instrumentation): improve runtime-specific instrumentation a…
kzndotsh Jan 8, 2026
6999cf8
feat(security): implement CSP nonce generation and integration
kzndotsh Jan 8, 2026
3914ce8
refactor(security): improve Sentry DSN handling and CSP reporting
kzndotsh Jan 8, 2026
bdf7d2a
chore(dependencies): update pnpm lockfile with new Sentry packages an…
kzndotsh Jan 8, 2026
ab1b397
feat(plans): add comprehensive plan to address PR#1 review issues
kzndotsh Jan 8, 2026
64e22cf
feat(mcp): add Sentry URL configuration for monitoring
kzndotsh Jan 8, 2026
d3cae46
docs(dev-tools): add notes on nonce handling and CSP integration
kzndotsh Jan 8, 2026
80cec38
fix(cache): correct cache hit determination and enhance cache configu…
kzndotsh Jan 8, 2026
f54f96d
feat(observability): add request body size calculation and enhance HT…
kzndotsh Jan 8, 2026
c340b8e
feat(observability): add environment variable validation for observab…
kzndotsh Jan 8, 2026
f679d06
feat(proxy): update matcher to exclude Sentry tunnel route from /app …
kzndotsh Jan 8, 2026
ac04cde
feat(observability): update Sentry tunnel route for improved request …
kzndotsh Jan 8, 2026
7c2691c
feat(monitoring): implement Sentry tunnel route for event forwarding
kzndotsh Jan 8, 2026
ab91e89
refactor(layout): remove unused defaultMetadata import from layout.tsx
kzndotsh Jan 8, 2026
e629cfd
fix(global-error): restore useTranslations import in global-error.tsx
kzndotsh Jan 15, 2026
0b8be9c
fix(error): restore useTranslations import in error.tsx
kzndotsh Jan 15, 2026
8b9d952
refactor(dev-tools): adjust Script rendering logic for client-side ex…
kzndotsh Jan 15, 2026
1aa3d76
refactor(observability): streamline Sentry integration setup for clie…
kzndotsh Jan 15, 2026
2d8a62f
refactor(observability): replace deprecated Sentry types with inline …
kzndotsh Jan 15, 2026
2c653cd
refactor(observability): simplify HTTP request instrumentation and im…
kzndotsh Jan 15, 2026
da1b44d
refactor(observability): enhance queue instrumentation with type safe…
kzndotsh Jan 15, 2026
680ca68
refactor(observability): add null checks for span.setAttribute in tro…
kzndotsh Jan 15, 2026
088c5a8
fix(seo): correct type attribute placement in JsonLd component
kzndotsh Jan 15, 2026
8b935b4
refactor(api): format error responses for user retrieval and update e…
kzndotsh Jan 15, 2026
7c49cdd
refactor(api): improve error response formatting in user endpoints
kzndotsh Jan 15, 2026
7cbcbb5
refactor(api): improve error response formatting in session endpoints
kzndotsh Jan 15, 2026
cba204a
refactor(api): enhance error response formatting in API key endpoints
kzndotsh Jan 15, 2026
78c1f40
refactor(mcp): simplify argument formatting in mcp.json
kzndotsh Jan 15, 2026
5486d9d
refactor(observability): enhance Sentry endpoint detection logic
kzndotsh Jan 15, 2026
807942b
refactor(observability): improve queue consumer instrumentation error…
kzndotsh Jan 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .cursor/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
},
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mpc@latest"]
"args": ["-y", "next-devtools-mcp@latest"]
},
"Sentry": {
"url": "https://mcp.sentry.dev/mcp/allthingslinux/portal"
}
}
}
Loading