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

plugin-koa: body not showing up in request tab #1183

Closed
yilinjuang opened this issue Dec 9, 2020 · 2 comments · Fixed by #1292
Closed

plugin-koa: body not showing up in request tab #1183

yilinjuang opened this issue Dec 9, 2020 · 2 comments · Fixed by #1292
Labels
bug Confirmed bug released This feature/bug fix has been released

Comments

@yilinjuang
Copy link

Same as #620 but for plugin-koa

Looks like what was fixed in #872 still exists in plugin-koa

const { request, metadata } = getRequestAndMetadataFromCtx(ctx)
requestClient.addMetadata('request', metadata)
requestClient.addOnError((event) => {
event.request = { ...event.request, ...request }
}, true)

@johnkiely1 johnkiely1 added backlog We hope to fix this feature/bug in the future bug Confirmed bug labels Dec 11, 2020
@johnkiely1
Copy link
Member

Hi @frankyjuang,

Thanks for reporting this, and creating the linked PR. We will look into reviewing this when we can.

@bugsnagbot bugsnagbot added scheduled Work is starting on this feature/bug and removed backlog We hope to fix this feature/bug in the future labels Dec 11, 2020
@xljones
Copy link
Contributor

xljones commented Mar 16, 2021

Hi @frankyjuang, this has been fixed in https://github.com/bugsnag/bugsnag-js/releases/tag/v7.9.0

@xljones xljones added released This feature/bug fix has been released and removed scheduled Work is starting on this feature/bug labels Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug released This feature/bug fix has been released
Projects
None yet
4 participants