What is the best way to send errors on the login page to sentry?

I am currently developing a front-end application using nextjs and auth0-react.

For error tracking tools, we are implementing sentry.

On the other hand, we are using login page universal login page and managing it separately from this application.

What is the best way to send errors that occur on the auth0 login page to sentry?

Hi @wat_01

It doesn’t look like either Sentry or Auth0 provides a pre-built integration for monitoring errors in logs.

I’m not sure how Sentry ingests logs, but you may be able to use Log Streams to integrate the two services.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.