Closed tfreebern2 closed 2 months ago
Why would this be needed? MatomoDispatcher
is not even exposed by the library.
Why would this be needed?
MatomoDispatcher
is not even exposed by the library.
The Matomo instance that my project is connected to requires certificate pinning. I've already created a fork that allows us to pass in a custom http.Client
to pin the certificate required to hit the instance.
httpClient
is already an argument for theMatomoDispatcher
class. This PR allows the developer to pass a customhttp.Client
through theinitialize
function.