We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The label question is not asked
Stacktrace There is no error/stacktrace
Wiredash SDK Info 2.1.2 (also tried with 2.1.1)
Flutter SDK 3.22.0 No issues in flutter doctor
Screenshots
The text was updated successfully, but these errors were encountered:
The labels are only shown when you add labels to the Wiredash widget like this:
Wiredash
return Wiredash( projectId: "Project ID from console.wiredash.io", secret: "API Key from console.wiredash.io", feedbackOptions: WiredashFeedbackOptions( labels: [ // Take the label ids from your project console // https://wiredash.com/console/ -> Settings -> Labels Label( id: 'lbl-r65egsdf', title: 'Bug', ), Label( id: 'lbl-6543df23s', title: 'Improvement', ), Label( id: 'lbl-de3w2fds', title: 'UX/UI', ), Label( id: 'lbl-2r98yas4', title: 'Payment', ), ], ),
Sorry, something went wrong.
Why doesn't wiredash automatically get these from the server since they are already defined using the console?
Defining them in the app, gives you some advantages, which we can't achieve remotely:
We see that not all are relevant for all projects. We are considering loading them automatically in the future from the console 👍
I keep this issue open to track the progress
No branches or pull requests
Describe the bug
The label question is not asked
Stacktrace
There is no error/stacktrace
Wiredash SDK Info
2.1.2 (also tried with 2.1.1)
Flutter SDK
3.22.0
No issues in flutter doctor
Screenshots
The text was updated successfully, but these errors were encountered: