From ef7f271a006392b4c7678f5218d39347aac89d66 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 18 May 2022 17:10:03 +0530 Subject: [PATCH] doc(repo): add complete example link Signed-off-by: xsahil03x --- docusaurus/docs/Flutter/guides/error_reporting_with_sentry.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus/docs/Flutter/guides/error_reporting_with_sentry.mdx b/docusaurus/docs/Flutter/guides/error_reporting_with_sentry.mdx index 4eb347d1..33d4d221 100644 --- a/docusaurus/docs/Flutter/guides/error_reporting_with_sentry.mdx +++ b/docusaurus/docs/Flutter/guides/error_reporting_with_sentry.mdx @@ -129,5 +129,8 @@ await Sentry.captureException(exception, stackTrace: stackTrace); For more information, see the [Sentry API](https://pub.dev/documentation/sentry_flutter/latest/sentry_flutter/sentry_flutter-library.html) docs on pub.dev. +### Complete example +To view a working example, see the [Stream Sample app](https://github.com/GetStream/flutter-samples/tree/main/packages/stream_chat_v1). + ### Learn more Extensive documentation about using the Sentry SDK can be found on [Sentry’s site](https://docs.sentry.io/platforms/flutter/). \ No newline at end of file