You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use Bugsnag with custom reports that may include some objects in the tabs. It's pretty close with the current API, but the Serializer is too restrictive:
Thanks for the report, @konrad-garus. Its possible that we could expose Serializer on Configuration to then allow manipulation provided you have an object implementing writeToStream(OutputStream, Object). I'll push this up to the roadmap for further investigation.
I'd like to use Bugsnag with custom reports that may include some objects in the tabs. It's pretty close with the current API, but the
Serializer
is too restrictive:Please provide a way to customize it, allowing us to use different
ObjectMapper
. Some of us don't want Jackson annotations all over the code.It would be even better if we could replace the serializer altogether and the dependency on Jackson was optional.
The text was updated successfully, but these errors were encountered: