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
* Add release notes for 1.25.2 (#2240)
* Add CHANGELOG for 1.25.3 (#2250)
* Add release notes for 1.26.0 (#2294)
* Add release notes for 1.26.0
* Update CHANGELOG.asciidoc
Co-authored-by: Gergely Kalapos <[email protected]>
---------
Co-authored-by: Gergely Kalapos <[email protected]>
* Update to .NET 8 SDK (#2304)
* Update to .NET 8 SDK
* Fix bootstrap action
* Fix setup dotnet
* Fix up test data
* Update ES tests
* Update dependencies
* Fix ASP.NET Core tests
* Bump version in web.config
* Various profiler updates
* Update functions apps
* Update troubleshooting section of docs (#2302)
* Update troubleshooting
* Fix doc
* Remove special case trace logging
* Clarify logging behaviour in troubleshooting doc (#2314)
* Add dates to releases for versions released in the last two years
---------
Co-authored-by: Martijn Laarman <[email protected]>
Co-authored-by: Gergely Kalapos <[email protected]>
- {pull}1732[#1732] Improved logging around fetching central configuration (issue: {issue}1626[#1626]).
@@ -184,7 +234,7 @@ Since these are currently not displayed in the APM UI, while technically breakin
184
234
- Handling RouteData with `null` in legacy ASP.NET Core 2.2 apps (issue: {issue}1729[#1729]).
185
235
186
236
[[release-notes-1.16.0]]
187
-
==== 1.16.0
237
+
==== 1.16.0 - 2022/06/02
188
238
189
239
[float]
190
240
===== Features
@@ -195,7 +245,7 @@ Since these are currently not displayed in the APM UI, while technically breakin
195
245
- {pull}1723[#1723] Transaction names for incoming HTTP requests returning 404 but matching a valid route, will include the URL path instead of using `unknown route` (issue: {issue}1715[#1715]).
196
246
197
247
[[release-notes-1.15.0]]
198
-
==== 1.15.0
248
+
==== 1.15.0 - 2022/05/12
199
249
200
250
[float]
201
251
===== Features
@@ -210,7 +260,7 @@ Since these are currently not displayed in the APM UI, while technically breakin
210
260
- {pull}1685[#1685] Handle missing `.Stop` events in `AspNetCoreDiagnosticListener` (issue: {issue}1676[#1676])
211
261
212
262
[[release-notes-1.14.1]]
213
-
==== 1.14.1
263
+
==== 1.14.1 - 2022/03/10
214
264
215
265
[float]
216
266
===== Bug fixes
@@ -219,7 +269,7 @@ Since these are currently not displayed in the APM UI, while technically breakin
219
269
- {pull}1648[#1648] OpenTelemetry (Activity) bridge - APM Server version check
220
270
221
271
[[release-notes-1.14.0]]
222
-
==== 1.14.0
272
+
==== 1.14.0 - 2022/02/09
223
273
224
274
[float]
225
275
===== Features
@@ -236,7 +286,7 @@ Since these are currently not displayed in the APM UI, while technically breakin
236
286
- {pull}1586[#1586] Change unknown service.name to align with other agents. In the very rare cases when the agent is not able to autoamtically detect the name of a service, or it's not manually set, it'll use the default service name `unknown-dotnet-service`. In prior versions this was just `unknown`. (issue: {issue}1585[#1585])
Copy file name to clipboardExpand all lines: docs/troubleshooting.asciidoc
+23-3Lines changed: 23 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,29 @@ The way to collect logs depends on the setup of your application.
39
39
==== ASP.NET Core
40
40
41
41
If you added the agent to your application as per the <<setup-asp-net-core>> document with the `UseAllElasticApm` or `UseElasticApm` method, it will integrate with the
0 commit comments