Browse Source

Cleanup.

pull/933/head
Sebastian 4 years ago
parent
commit
f09326f50c
  1. 2
      backend/extensions/Squidex.Extensions/APM/Otlp/OtlpPlugin.cs

2
backend/extensions/Squidex.Extensions/APM/Otlp/OtlpPlugin.cs

@ -32,8 +32,6 @@ namespace Squidex.Extensions.APM.Otlp
builder.AddOtlpExporter(options =>
{
config.GetSection("logging:otlp").Bind(options);
});
}
}

Loading…
Cancel
Save