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: articles/azure-monitor/app/asp-net-exceptions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Exceptions in your live web app are reported by [Application Insights](../../azu
15
15
* Azure VM and Azure virtual machine scale set IIS-hosted apps: Add the [Application Monitoring Extension](../../azure-monitor/app/azure-vm-vmss-apps.md)
16
16
* Install [Application Insights SDK](../../azure-monitor/app/asp-net.md) in your app code, or
17
17
* IIS web servers: Run [Application Insights Agent](../../azure-monitor/app/monitor-performance-live-website-now.md); or
18
-
* Java web apps: Install the [Java agent](https://docs.microsoft.com/azure/azure-monitor/app/java-ipa)
18
+
* Java web apps: Enable the [Java agent](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent)
19
19
* Install the [JavaScript snippet](../../azure-monitor/app/javascript.md) in your web pages to catch browser exceptions.
20
20
* In some application frameworks or with some settings, you need to take some extra steps to catch more exceptions:
0 commit comments