DataDog / dogstatsd-csharp-client

A DogStatsD client for C#/.NET
datadoghq.com
Other
94 stars 62 forks source link

Add the exception handler in the method `DogStatsd.Configure` #187

Closed ogaca-dd closed 2 years ago

ogaca-dd commented 2 years ago

With the PR https://github.com/DataDog/dogstatsd-csharp-client/pull/183, Configure takes an optional exception handler as a parameter. This PR adds this exception handler to the method DogStatsd.Configure.