Open
Description
With Next.js v15, Turbopack is recommended for local development. When Turbopack is used, the setupHoneybadger() method stops working because it relies on webpack to dynamically inject the honeybadger configuration files for each environment (edge, server and client).
The current workaround is to disable turbopack by removing the --turbopack
suffix from the dev
script.