diff --git a/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/test-crash-reporting.mdx b/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/test-crash-reporting.mdx
index e47e51e412d..70aa8095396 100644
--- a/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/test-crash-reporting.mdx
+++ b/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/test-crash-reporting.mdx
@@ -39,6 +39,10 @@ freshnessValidatedDate: 2023-07-20
React Native
+
+
+
+
+ ## Example [#example]
+
+```dart
+ NewrelicMobile.instance.crashNow(name: "This is a crash");
+ NewrelicMobile.instance.crashNow();
+
```
+
+
+
+
+
+ Parameter
+
+
+
+ Type
+
+
+
+ Description
+
+
+
+
+
+ `name`
+
+
+
+ `string`
+
+
+
+ Optional. A message attached to the exception.
+
+
The workload status is derived from the alerting status of entities in your workload. This allows you to set up an alert condition to notify you whenever the workload goes into a DISRUPTED or DEGRADED status.
\n", "name": "WorkloadStatus" } -] \ No newline at end of file +]