Shramkoweb/Portfolio

View on GitHub
pages/404.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function NotFoundPage has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function NotFoundPage() {
  useEffect(() => {
    // TODO refactor to some ErrorProvider
    Sentry.captureException(new Error('404'));
  }, []);
Severity: Minor
Found in pages/404.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status