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
Compare code at
bugsnag-js/packages/plugin-koa/src/koa.js
Line 82 in 86b60fa
and
bugsnag-js/packages/plugin-koa/src/request-info.js
Line 1 in 86b60fa
First function expects requestInfo.clientIp and requestInfo.referer attributes, but second function doesn't provide it. Looks like a bug.
The text was updated successfully, but these errors were encountered:
@aroslov Thank you for your comments. We will look into this.
Sorry, something went wrong.
fix(plugin-koa|express|restify): Ensure clientIp and referer are prop…
4ebf80e
…erly collected Fixes #615.
874f52c
This was fixed in v6.4.1.
Successfully merging a pull request may close this issue.
Compare code at
bugsnag-js/packages/plugin-koa/src/koa.js
Line 82 in 86b60fa
and
bugsnag-js/packages/plugin-koa/src/request-info.js
Line 1 in 86b60fa
First function expects requestInfo.clientIp and requestInfo.referer attributes, but second function doesn't provide it. Looks like a bug.
The text was updated successfully, but these errors were encountered: