Open pixtron opened 4 years ago
Changes to the current fix:
env.feedbackUrl
and env.autoReportUrl
completely(clientConfig.has('blnUrl') ? clientConfig.get('blnUrl') : env.blnUrl) === undefined
, try to get the blnUrl
from last active Instance
Describe the change
Use the api endpoint introduced with server version 2.7.x (see gyselroth/balloon/issues/412)
Current situation
Feedback gets sent to a fixed endpoint.
Should
Send the feedback to the new endpoint.
Check for limits like
Additional context
Add any other context about the problem here.