This class provides a middleware service for Sentry.
Captures an exception in Sentry.
The exception to be captured.
Initializes Sentry client.
Sets user context in Sentry.
The user data.
Middleware function for Sentry request handler and error handler.
The request object.
The response object.
The next middleware function.
Classdesc
This class provides a middleware service for Sentry.
Implements