Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RassK committed Apr 28, 2021
1 parent 1a6ec6a commit f9135a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Datadog.Trace.ClrProfiler.Managed/Instrumentation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ public static void Initialize()

try
{
// Creates GlobalSettings instance and loads plugins
PluginManager.TryLoadPlugins(GlobalSettings.Source.PluginsConfiguration);

// ensure global instance is created if it's not already
// First call to create Tracer instace
_ = Tracer.Instance;
}
catch
Expand Down

0 comments on commit f9135a6

Please sign in to comment.