You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1.x.x I was able to (albeit indirectly) access captureError which was really useful when I just needed to pipe an error directly from a catch without a lot dealing with the full logger.
In
v1.x.x
I was able to (albeit indirectly) accesscaptureError
which was really useful when I just needed to pipe an error directly from acatch
without a lot dealing with the full logger.I previously was destructuring this from the instantiated root logger (https://github.com/logdna/logdna-browser/blob/v1.1.4/src/index.ts#L165) but as far as I can tell there is no direct access anymore via the root
methods
export (https://github.com/logdna/logdna-browser/blob/v2.0.3/src/LogDNAMethods.ts)It would be awesome to get access to https://github.com/logdna/logdna-browser/blob/v2.0.3/src/capture.ts#L34 from the root index exports.
Example use case
The text was updated successfully, but these errors were encountered: