Skip to content

Commit 63a8b65

Browse files
chojomokclaude
andcommitted
Make the bundle-fallback info message friendlier
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 15ca489 commit 63a8b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tracer/src/Datadog.Trace.Tools.dd_dotnet/Checks/Resources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ internal static class Resources
3636
public const string IisFullTrust = "IIS site is running in a full trust environment, without code access security (CAS).";
3737

3838
public const string TracingWithBundleProfilerPath = "Check failing with Datadog.Trace.Bundle Nuget, related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core/?tab=nuget#install-the-tracer";
39-
public const string TracingWithBundleMainModuleMismatch = "Detected a Datadog.Trace.Bundle Nuget install by profiler path suffix alone; the process's main module directory didn't match the expected app directory. This is expected when the app is launched as `dotnet <app>.dll` (e.g. Azure App Service Linux).";
39+
public const string TracingWithBundleMainModuleMismatch = "Found a Datadog.Trace.Bundle Nuget install. This is expected when the app is started as `dotnet <app>.dll` (e.g. Azure App Service Linux), and doesn't indicate a problem.";
4040
public const string TracingWithInstallerWindowsNetFramework = "Installer/MSI related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-framework?tab=windows#install-the-tracer";
4141
public const string TracingWithInstallerWindowsNetCore = "Installer/MSI related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core/?tab=windows#install-the-tracer";
4242
public const string TracingWithInstallerLinux = "Installer related documentation: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core?tab=linux#install-the-tracer";

0 commit comments

Comments
 (0)