master
NotFoundPage
const NotFoundPage: React.FC = () => { Sentry.withScope(() => { Sentry.captureMessage('404 - Page Not Found'); });