Skip to content

Sentry error tracking & security audit pipeline#341

Closed
kelly-musk wants to merge 1 commit into
mainfrom
feat/sentry-security-audit
Closed

Sentry error tracking & security audit pipeline#341
kelly-musk wants to merge 1 commit into
mainfrom
feat/sentry-security-audit

Conversation

@kelly-musk

Copy link
Copy Markdown
Contributor

Summary

Implements two issues:

#165 – Sentry Error Logging

  • Installed @sentry/nextjs with client/server/edge config
  • Created SentryErrorBoundary component wrapping the root layout
  • Updated global error.tsx to capture exceptions in Sentry
  • Added instrumentation.ts for server-side error capture
  • Wrapped next.config.mjs with withSentryConfig

#156 – Security Audit

  • Added .github/dependabot.yml for weekly npm/Docker scans
  • Added Snyk policy file (.snyk)
  • Created OWASP Top 10 automated scan script
  • Created wallet dependency audit script
  • Added security job to CI (npm audit, Snyk, OWASP, wallet audit)
  • Added npm scripts: security:audit, security:owasp, security:wallet, security:all

Closes #165, Closes #156

- Install @sentry/nextjs with client/server/edge config
- Add SentryErrorBoundary component wrapping root layout
- Update global error.tsx to capture exceptions in Sentry
- Add instrumentation.ts for server-side error capture
- Create dependabot.yml for weekly npm/Docker scans
- Add Snyk policy file
- Add OWASP Top 10 automated scan script
- Add wallet dependency audit script
- Add security job to CI pipeline (npm audit, Snyk, OWASP, wallet)
- Add security npm scripts

Closes #165, Closes #156
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aframp Ready Ready Preview, Comment, Open in v0 Jun 30, 2026 10:54am

@kceeglo345-dev

Copy link
Copy Markdown

Superseded by PR from kceeglo345-dev fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

46. Error logging (Sentry) 40. Security audit for financial app

2 participants