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

Please add support sending additional data when reporting an item #99

Open
jaredanderton opened this issue May 3, 2023 · 2 comments
Open

Comments

@jaredanderton
Copy link

jaredanderton commented May 3, 2023

Other versions of this SDK (android, ios, php, javascript to name a few) support an extra argument to send additional data when reporting log, debug, warn, error, critical items.

In 3 different Flutter apps now, I have manually added the Android and iOS SDK directly and created a method channel to report items, instead of using the Flutter SDK. This is a lot of extra work. But I've done it because the interface in the Flutter SDK doesn't support additional data.

For example, something like

Rollbar.error(
  message,
  StackTrace.current,
  {"foo": "bar"} 
);

Please, please, please add this support

@ghost
Copy link

ghost commented May 5, 2023

@jaredanderton are you able to log errors in release build of iOS (testflight) my environment is developement. It is working in debug mode

@diegoalex
Copy link

diegoalex commented Aug 17, 2023

I see on the documentation that is possible to send the "scope" in other languages (JS, Ruby) but not in Flutter

Rollbar.scope({person: {id: "123"}}).info("User logged in");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants