bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
10 stars 8 forks source link

Improved the behaviour on Android when Bugsnag is started multiple times from different contexts #246

Closed robert-smartbear closed 1 month ago

robert-smartbear commented 1 month ago

Goal

This change allows events to be reported after start (instead of attach) is called from a new Flutter context after Flutter has already started

Design

A previously initialized client is reused by the new context (without any changes in its configuration)