Skip to content

Instantly share code, notes, and snippets.

@hgmauri
Created April 4, 2024 11:21
Show Gist options
  • Save hgmauri/b3f24c2c3c0354bbc97c7ef8627f492b to your computer and use it in GitHub Desktop.
Save hgmauri/b3f24c2c3c0354bbc97c7ef8627f492b to your computer and use it in GitHub Desktop.
public static void UseElasticApm(this IApplicationBuilder app, IConfiguration configuration)
{
app.UseAllElasticApm(configuration);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment