haensl / google-analytics

Google Analytics 4 JavaScript abstraction for gtag and measurement protocol.
https://www.npmjs.com/package/@haensl/google-analytics
MIT License
1 stars 1 forks source link

Can't import from @haensl/google-analytics/measurement-protocol #10

Closed stoefln closed 3 months ago

stoefln commented 3 months ago
image

What am I doing wrong? I am on @haensl/google-analytics@1.2.0

haensl commented 3 months ago

Hi Stephan,

unfortunately that's hard to say from this screenshot alone. What's your project and bundler setup? What's the error thrown? I'm not writing TypeScript, so missing type declarations won't go away....

stoefln commented 3 months ago

I don't think it's the bundler to be honest, because the error is shown in Visual Studio Code. I also don't see a subdirectory in your package:

image
haensl commented 3 months ago

Hi Stephan,

this should be fixed via 1.2.2.

stoefln commented 3 months ago

Thanks a lot for the quick fix!!