You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/mrt-utilities.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,12 @@ Use when you need to emit metrics from the same process that serves requests (e.
151
151
152
152
## Data Store In Development
153
153
154
-
If your app reads MRT data-store entries locally, import from the `data-store` subpath and run with the Node `development` condition:
154
+
The production MRT data store is not available during local development because it depends on deployed runtime infrastructure. `@salesforce/mrt-utilities` provides an equivalent development data-store implementation for local use.
155
+
156
+
To use that local equivalent, import from the `data-store` subpath and run Node with the `dev-data-store` condition:
0 commit comments