honeybadger-io / honeybadger-webpack

A webpack plugin to send sourcemaps to Honeybadger
MIT License
29 stars 7 forks source link

Fix/switch to console info #292

Closed KonnorRogers closed 3 years ago

KonnorRogers commented 3 years ago

Status

READY/WIP/HOLD

Description

When running the plugin through an external process like next.js the reporting for not finding any assets doesnt propagate to the users log because its currently using process.stdout.write instead of console.info. This PR fixes that.

Related issues

fixes #291

KonnorRogers commented 3 years ago

@joshuap Im gonna straight merge this. This is just a minor cleanup for a bug I noticed while working on nextjs sourcemaps.