logdna / logdna-browser

A frontend browser logging and exception capturing library for LogDNA
MIT License
19 stars 14 forks source link

What version of the library is actually the latest? #61

Closed boonya closed 1 year ago

boonya commented 1 year ago

Hello there. I noticed that the package deployed to the npm repo has version 1.4.1 meanwhile here at the github repository it is 2.0.10. So, my question is this package maintaned or abandoned? How can I install 2.0.10 if there is no such package anywhere?

TerryMooreII commented 1 year ago

@boonya The latest is the 2.0.10 version, we released 2.x to npm with the beta tag a while back in order to do some testing. This beta tag needs to be removed and released to latest, asap. In the mean time you can install it with npm install @logdna/browser@beta.

boonya commented 1 year ago

Thank you for the quick answer