Skip to content

Commit 5560a28

Browse files
committed
Added some links
1 parent 7586041 commit 5560a28

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

powerapps-docs/developer/common-data-service/logging-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Logging and tracing
18+
# Tracing and logging
1919

2020
An alternative method to troubleshoot a plug-in or custom workflow activity (custom code), compared to debugging in [!INCLUDE[pn_Visual_Studio](../../includes/pn-visual-studio.md)], is to use tracing. Tracing assists developers by recording run-time custom information as an aid in diagnosing the cause of code failures. Tracing is especially useful to troubleshoot [!INCLUDE[pn_CRM_Online](../../includes/pn-crm-online.md)] registered custom code as it is the only supported troubleshooting method for that scenario. Tracing is supported for sandboxed (partial trust) and full trust registered custom code and during synchronous or asynchronous execution. Tracing isn’t supported for custom code that executes in [!INCLUDE[pn_microsoft_dynamics_crm_for_outlook](../../includes/pn-microsoft-dynamics-crm-for-outlook.md)] or other mobile client.
2121

powerapps-docs/developer/common-data-service/plug-ins.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ These topics provide details that you will use to create plug-ins.
8080
- [Handle exceptions](handle-exceptions.md)
8181
- [Register a plug-in](register-plug-in.md)
8282
- [Debug Plug-ins](debug-plug-in.md)
83+
-
84+
These topics provide additional information about writing or debugging a plug-in, or analyzing its performance.
85+
86+
- [Impersonate a user](impersonate-a-user.md)
87+
- [Tracing and logging](logging-tracing.md])
88+
- [Analyze performance](analyze-performance.md)
89+
- [Access external web resources](access-web-services.md)]

0 commit comments

Comments
 (0)