Skip to content

Sentry error tracking & security audit pipeline#342

Open
kceeglo345-dev wants to merge 1 commit into
kellymusk:mainfrom
kceeglo345-dev:feat/sentry-security-audit
Open

Sentry error tracking & security audit pipeline#342
kceeglo345-dev wants to merge 1 commit into
kellymusk:mainfrom
kceeglo345-dev:feat/sentry-security-audit

Conversation

@kceeglo345-dev

Copy link
Copy Markdown

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 kellymusk#165, Closes kellymusk#156
@drips-wave

drips-wave Bot commented Jun 30, 2026

Copy link
Copy Markdown

@kceeglo345-dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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