addSentryLinkInAppExcludes method

void addSentryLinkInAppExcludes()

Sets this library as not in-app frames, to improve stack trace presentation in Sentry.

Implementation

void addSentryLinkInAppExcludes() {
  addInAppExclude('sentry_link');
}