Skip to content

Commit e279335

Browse files
committed
more rewording
1 parent d3d82b0 commit e279335

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/monitor-debugging-canvas-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ Your app works correctly in _Test_ but fails in _Production_, for example a gall
184184

185185
#### Goal
186186

187-
Surface environment-specific metadata and counts, then compare the sequence and status codes of data operations between environments. In this example, the app has one screen with a form where a **Product** selected from a gallery can be updated. The update works in **Test** but fails in **Production**.
187+
Surface environment-specific metadata and counts, then compare the sequence and status codes of data operations between environments. In this example, the app has one screen with a form where a **Product** selected from a gallery can be updated. The update works in _Test_ but fails in _Production_.
188188

189189
#### Steps
190190

191-
1. Add an **OnVisible** Trace on the affected screen:
191+
1. Add an `OnVisible` Trace on the affected screen:
192192

193193
```powerfx
194194
Trace(
@@ -203,7 +203,7 @@ Surface environment-specific metadata and counts, then compare the sequence and
203203
```
204204
205205
1. Deploy the app with the new traces to production.
206-
1. Open Live monitor in **Test** and then in **Production**. Export logs if needed.
206+
1. Open Live monitor in _Test_ and then in _Production_. Export logs if needed.
207207
208208
#### Analyze the results
209209

0 commit comments

Comments
 (0)