Open pclancysc opened 2 years ago
The name of the backing interface which will be injected into client code is simply IClient rather than what one might expect, i.e. IBugsnagClient
IClient
IBugsnagClient
It's not a huge issue, it just doesn't follow normal convention. It's a bit like lauching a new model of a car and calling it "Car".
Weird.
Hi @pclancysc.
Thanks for raising this, I agree it's a good point. We will look to get this changed alongside some other improvements in a future release. We will update here accordingly.
Describe the bug
The name of the backing interface which will be injected into client code is simply
IClient
rather than what one might expect, i.e.IBugsnagClient
It's not a huge issue, it just doesn't follow normal convention. It's a bit like lauching a new model of a car and calling it "Car".
Weird.