-
-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Description
Problem Statement
I want to send some data through hint in Sentry.captureException.
That data may be null but Hint class does not accept a Map with <String,dynamic> in Hint.withMap constructor.
At the end I just want to see the data I send through Map on the dashboard.
If feasible, please add it.
Solution Brainstorm
Change to type from final Map<String, Object> _internalStorage = {}; to final Map<String, dynamic> _internalStorage = {}; in lib/src/hint.dart:42.
Are you willing to submit a PR?
Yes
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status