Skip to content

Commit 9691aec

Browse files
authored
Merge pull request #92984 from mrbullwinkle/mrb_10_23_2019_snapshot_retention
correct snapshot debugger retention value
2 parents dbac90a + 06e5d18 commit 9691aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/snapshot-debugger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ms.workload: tbd
1010
ms.tgt_pltfrm: ibiza
1111
ms.topic: conceptual
1212
ms.reviewer: brahmnes
13-
ms.date: 08/06/2019
13+
ms.date: 10/23/2019
1414
ms.author: mbullwin
1515
---
1616
# Debug snapshots on exceptions in .NET apps
1717
When an exception occurs, you can automatically collect a debug snapshot from your live web application. The snapshot shows the state of source code and variables at the moment the exception was thrown. The Snapshot Debugger (preview) in [Azure Application Insights](../../azure-monitor/app/app-insights-overview.md) monitors exception telemetry from your web app. It collects snapshots on your top-throwing exceptions so that you have the information you need to diagnose issues in production. Include the [Snapshot collector NuGet package](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector) in your application, and optionally configure collection parameters in [ApplicationInsights.config](../../azure-monitor/app/configuration-with-applicationinsights-config.md). Snapshots appear on [exceptions](../../azure-monitor/app/asp-net-exceptions.md) in the Application Insights portal.
1818

1919
You can view debug snapshots in the portal to see the call stack and inspect variables at each call stack frame. To get a more powerful debugging experience with source code, open snapshots with Visual Studio 2019 Enterprise. In Visual Studio, you can also [set Snappoints to interactively take snapshots](https://aka.ms/snappoint) without waiting for an exception.
2020

21-
Debug snapshots are stored for seven days. This retention policy is set on a per-application basis. If you need to increase this value, you can request an increase by opening a support case in the Azure portal.
21+
Debug snapshots are stored for 15 days. This retention policy is set on a per-application basis. If you need to increase this value, you can request an increase by opening a support case in the Azure portal.
2222

2323
## Enable Application Insights Snapshot Debugger for your application
2424
Snapshot collection is available for:

0 commit comments

Comments
 (0)