addDartFrogInAppExcludes method

void addDartFrogInAppExcludes()

Make stacktraces on Sentry.io look nicer

Implementation

void addDartFrogInAppExcludes() {
  addInAppExclude('shelf');
  addInAppExclude('dart_frog');
  addInAppExclude('sentry_dart_frog');
}