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
Today we are releasing the official 10.0.0 Release Candidate of the `dotnet monitor` tool. This release includes:
2
+
3
+
- Added support for resetting in process features when dotnet-monitor is restarted. ([#8154](https://github.com/dotnet/dotnet-monitor/pull/8154))
4
+
- Add `ManagedEntryPointAssemblyName` to process info and collection rule filters ([#7984](https://github.com/dotnet/dotnet-monitor/pull/7984))
5
+
- Add `Capabilities` to `/info` route. ([#7977](https://github.com/dotnet/dotnet-monitor/pull/7977))
6
+
- 🔬 Added `ModuleVersionId` and `MethodToken` Fields to Parameter Capture Output ([#7974](https://github.com/dotnet/dotnet-monitor/pull/7974))
7
+
- Fix an issue where `/stacks` route can fail to collect call stacks after `/parameters` route is used ([#7914](https://github.com/dotnet/dotnet-monitor/pull/7914))
8
+
- Fixed an issue with custom tags not showing up for `Histogram` and `UpDownCounter` meters ([#7697](https://github.com/dotnet/dotnet-monitor/pull/7697))
9
+
- Hide frames with [`StackTraceHiddenAttribute`](https://learn.microsoft.com/dotnet/api/system.diagnostics.stacktracehiddenattribute) from `/exceptions` and `/stacks`. When retrieving json data these frames are still included but are identified by a new `hidden` field. ([#7532](https://github.com/dotnet/dotnet-monitor/pull/7532))
10
+
- Use the `DOTNET` prefix when detecting environment variables and prefer it over the `COMPlus` prefix. ([#7434](https://github.com/dotnet/dotnet-monitor/pull/7434))
11
+
12
+
\*🔬 **_indicates an experimental feature_**
13
+
14
+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).
0 commit comments