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

enableCustomParameters:true does not pass customparameters in EmailManualHandler #28

Closed
fkranenburg opened this issue Jun 19, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fkranenburg
Copy link

This is my configuration:

var emailManualHandler = EmailManualHandler(["support@<blabla>"],
      enableDeviceParameters: true,
      enableStackTrace: true,
      enableCustomParameters: true,
      enableApplicationParameters: true,
      sendHtml: true,
      emailTitle: "App crash report",
      emailHeader: "app",
      printLogs: true,);

 return CatcherOptions(DialogReportMode(), [consoleHandler,emailManualHandler],
        localizationOptions: [getDutchLocale()],
        handlerTimeout: 10000,
        customParameters: {"mydomain": app.url,"myuser":app.username});

But there are no customParameters inside the e-mail that is generated. I do have 'Application parameters' and 'Device parameters' but these are missing my custom parameters.

@jhomlala jhomlala self-assigned this Jun 21, 2019
@jhomlala jhomlala added the bug Something isn't working label Jun 21, 2019
@jhomlala
Copy link
Owner

Fixed in 0.1.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants