Skip to content

Commit 2a06ddb

Browse files
committed
acrolinx
Signed-off-by: Hannah Hunter <[email protected]>
1 parent bb11ade commit 2a06ddb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The Snapshot Debugger requires symbol files on the production server to:
103103
- Decode variables
104104
- Provide a debugging experience in Visual Studio
105105

106-
By default, Visual Studio 2017 version 15.2 (or above) publishes symbols for release builds when it publishes to App Service.
106+
By default, Visual Studio 2017 versions 15.2+ publishes symbols for release builds when it publishes to App Service.
107107

108108
In prior versions, you must add the following line to your publish profile `.pubxml` file so that symbols are published in release mode:
109109

@@ -128,7 +128,7 @@ However, in App Service, the Snapshot Debugger can deoptimize throwing methods t
128128
129129
## Release notes for Microsoft.ApplicationInsights.SnapshotCollector
130130

131-
This sectikon contains the release notes for the `Microsoft.ApplicationInsights.SnapshotCollector` NuGet package for .NET applications, which is used by the Application Insights Snapshot Debugger.
131+
This section contains the release notes for the `Microsoft.ApplicationInsights.SnapshotCollector` NuGet package for .NET applications, which is used by the Application Insights Snapshot Debugger.
132132

133133
[Learn](./snapshot-debugger.md) more about the Application Insights Snapshot Debugger for .NET applications.
134134

@@ -177,8 +177,8 @@ Addressed multiple improvements and added support for Azure Active Directory (Az
177177
- Added back `MinidumpWithThreadInfo` when writing dumps.
178178
- Added `CompatibilityVersion` to improve synchronization between the Snapshot Collector agent and the Snapshot Uploader on breaking changes.
179179
- Changed `SnapshotUploader` LogFile naming algorithm to avoid excessive file I/O in App Service.
180-
- Added pid, role name, and process start time to uploaded blob metadata.
181-
- Used `System.Diagnostics.Process` where possible in Snapshot Collector and Snapshot Uploader.
180+
- Added `pid`, `role name`, and `process start time` to uploaded blob metadata.
181+
- Used `System.Diagnostics.Process` in Snapshot Collector and Snapshot Uploader.
182182

183183
#### New features
184184
Added Azure AD authentication to `SnapshotCollector`. To learn more about Azure AD authentication in Application Insights, see [Azure AD authentication for Application Insights](../app/azure-ad-authentication.md).
@@ -224,7 +224,7 @@ Switched to using `HttpClient` for all targets except `net45` because `WebReques
224224
- Deoptimization support (via ReJIT on attach) for .NET Core 3.0 applications.
225225
- Added symbols to NuGet package.
226226
- Set more metadata when you upload minidumps.
227-
- Added an `Initialized` property to `SnapshotCollectorTelemetryProcessor`. It's a `CancellationToken`, which is canceled when the Snapshot Collector is completely initialized and connected to the service endpoint.
227+
- Added an `Initialized` property to `SnapshotCollectorTelemetryProcessor`. It's a `CancellationToken`, which is canceled when the Snapshot Collector is initialized and connected to the service endpoint.
228228
- Snapshots can now be captured for exceptions in dynamically generated methods. An example is the compiled expression trees generated by Entity Framework queries.
229229

230230
#### Bug fixes
@@ -234,10 +234,10 @@ Switched to using `HttpClient` for all targets except `net45` because `WebReques
234234
- Handle `InvalidOperationException` when you're deoptimizing dynamic methods (for example, Entity Framework).
235235

236236
### [1.3.5](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.3.5)
237-
- Added support for sovereign clouds (older versions won't work in sovereign clouds).
237+
- Added support for sovereign clouds (older versions don't work in sovereign clouds).
238238
- Adding Snapshot Collector made easier by using `AddSnapshotCollector()`. For more information, see [Enable Snapshot Debugger for .NET apps in Azure App Service](./snapshot-debugger-app-service.md).
239239
- Use the FISMA MD5 setting for verifying blob blocks. This setting avoids the default .NET MD5 crypto algorithm, which is unavailable when the OS is set to FIPS-compliant mode.
240-
- Ignore .NET Framework frames when deoptimizing function calls. This behavior can be controlled by the `DeoptimizeIgnoredModules` configuration setting.
240+
- Ignore .NET Framework frames when deoptimizing function calls. Control this behavior with the `DeoptimizeIgnoredModules` configuration setting.
241241
- Added the `DeoptimizeMethodCount` configuration setting that allows deoptimization of more than one function call.
242242

243243
### [1.3.4](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.3.4)
@@ -267,12 +267,12 @@ Fixed bug that was causing *SnapshotUploader.exe* to stop responding and not upl
267267

268268
### [1.3.0](https://www.nuget.org/packages/Microsoft.ApplicationInsights.SnapshotCollector/1.3.0)
269269
#### Changes
270-
- For applications that target .NET Framework, Snapshot Collector now depends on Microsoft.ApplicationInsights version 2.3.0 or above.
271-
It used to be 2.2.0 or above.
270+
- For applications that target .NET Framework, Snapshot Collector now depends on Microsoft.ApplicationInsights version 2.3.0 or later.
271+
It used to be 2.2.0 or later.
272272
We believe this change won't be an issue for most applications. Let us know if this change prevents you from using the latest Snapshot Collector.
273273
- Use exponential back-off delays in the Snapshot Uploader when retrying failed uploads.
274274
- Use `ServerTelemetryChannel` (if available) for more reliable reporting of telemetry.
275-
- Use `SdkInternalOperationsMonitor` on the initial connection to the Snapshot Debugger service so that it's ignored by dependency tracking.
275+
- Use `SdkInternalOperationsMonitor` on the initial connection to the Snapshot Debugger service so that dependency tracking ignores it.
276276
- Improved telemetry around initial connection to Snapshot Debugger.
277277
- Report more telemetry for the:
278278
- App Service version.

0 commit comments

Comments
 (0)