Closed scottinet closed 1 year ago
Hi @scottinet - thanks for raising this. Our team are going to investigate this and we'll keep you updated on this thread 👍
Hi @scottinet, we've just released https://github.com/bugsnag/bugsnag-flutter/releases/tag/v2.4.0 which includes a fix to not trigger errors with native-first hot reloads where bugsnag-attach
is used 🎉 Thanks again for reporting this!
Describe the bug
This is, to me, more of a developer experience problem. As a bug, I consider it a minor one.
During development phases, when a hot-restarts is triggered,
bugsnag.attach
throws the following exception:Steps to reproduce
Environment
Workaround
Simple workaround, as we don't really need bugsnag during development stages: don't attach bugsnag during debug sessions.