Description
Description
In #747 access to the breadcrumbs was provided. Thanks! It would be nice to also have read access to the current metadata.
Describe the solution you'd like
Clients can write to the metadata, but cannot read it. If they could read it, it would be useful. Basically it will allow clients to use Bugsnag as a data store for "interesting developer information" that could be surfaced in an in-app bug reporter. This way our in=app bug reports will have the same data as crash reports, making for a terrific developer experience.
Describe alternatives you've considered
Clients could track everything being sent to Bugsnag, but this would create duplication of data. It may also be error prone.
Additional context
Our app has an in-app bug report mechanism, and the data there isn't the same as in crash reports. We have a goal of making the developer experience better when something "bad" happens, and a common data store would help out in that regard.