Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept Map<String, dynamic> in Hint class #1610

Closed
nimi0112 opened this issue Aug 20, 2023 · 1 comment · Fixed by #1807
Closed

Accept Map<String, dynamic> in Hint class #1610

nimi0112 opened this issue Aug 20, 2023 · 1 comment · Fixed by #1807

Comments

@nimi0112
Copy link

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

@kahest
Copy link
Member

kahest commented Aug 30, 2023

Hey @nimi0112 thanks for writing in with your suggestion, we will discuss and prio this!

@getsantry getsantry bot removed the status in GitHub Issues with 👀 Aug 30, 2023
@krystofwoldrich krystofwoldrich moved this from Needs Discussion to Needs Investigation in Mobile & Cross Platform SDK Sep 1, 2023
@stefanosiano stefanosiano moved this from Needs Investigation to Backlog in Mobile & Cross Platform SDK Sep 28, 2023
@stefanosiano stefanosiano removed their assignment Sep 28, 2023
@denrase denrase moved this from Backlog to In Progress in Mobile & Cross Platform SDK Jan 8, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Mobile & Cross Platform SDK Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants