I was using webpack-bundle-analyzer
to check the included libraries and found that the googleapis
library contains 16MB.
Since this library is only used by @google-cloud/opentelemetry-cloud-monitoring-exporter
, could it be replaced by @google-cloud/monitoring
instead?