sentry_dart_frog library

Extensions

SentryDartFrogExtension on SentryOptions
Extensions for Dart Frog

Functions

sentryMiddleware(Handler innerHandler) → Handler
Add automatic error reporting and performance tracing, if enabled.
serveWithSentry(Handler handler, Object address, int port, {String? poweredByHeader = 'Dart with package:dart_frog', SecurityContext? securityContext}) Future<HttpServer>
Starts an HttpServer that listens on the specified address and port and sends requests to handler.