matomo-org / looker-studio-connector

The officially supported Matomo Connector for Looker Studio enables you to explore your Matomo data in Looker Studio at no cost. You can connect to both Matomo Cloud instances or On-Premise instances using just a Matomo Auth Token.
https://matomo.org/guide/apis/looker-studio/
5 stars 0 forks source link

better error messages for non-exception errors #35

Open diosmosis opened 6 months ago

diosmosis commented 6 months ago

It seems like some errors that arise are not, and do not look like, Error instances. So they have no message or stack property. They could just be strings, but in case they are not, the connector should be able to inspect them and log some useful information.