Skip to content

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

@jaredanderton

Description

@jaredanderton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions