Skip to content

Commit

Permalink
post-release: v1.30.1 (#2487)
Browse files Browse the repository at this point in the history
Generated automatically with
https://github.com/elastic/apm-agent-dotnet/actions/runs/11910420469

---------

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
  • Loading branch information
1 parent 4b23069 commit 4905384
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.30.1]]
==== 1.30.1 - 2024/11/19
===== Bug fixes
{pull}2471[#2471] Remove netcoreapp2.0 from Elastic.Apm.Profiler.Managed.Loader
{pull}2474[#2474] Fix span linking for Azure ServiceBus
{pull}2482[#2482] Support K8S_ATTACH environment variable for activation
[[release-notes-1.30.0]]
==== 1.30.0 - 2024/10/11
Expand Down
Binary file added docs/images/unblock-profiler-dll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion docs/setup-auto-instrumentation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,22 @@ A semi-colon separated list of targets for profiler logs. Valid values are
The default value is `file`, which logs to the directory specified by
`ELASTIC_APM_PROFILER_LOG_DIR` environment variable.

This takes precedence over the now deprecated `ELASTIC_APM_PROFILER_LOG_TARGETS`
This takes precedence over the now deprecated `ELASTIC_APM_PROFILER_LOG_TARGETS`

[float]
==== Troubleshooting

[float]
[[windows-blocked-dlls]]
===== DLLs are blocked on Windows

Windows may automatically block downloaded DLL files if it considers them suspicious.

To unblock a DLL file on Windows, you can do the following:

- Right-click the DLL file in File Explorer
- Select Properties
- In the General tab, look for the Security section at the bottom
- Select the Unblock check box and click OK

image::./images/unblock-profiler-dll.png[Unblock DLL in Windows file properties]

0 comments on commit 4905384

Please sign in to comment.