-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add extra context for error reporter #194
Conversation
|
||
const responseAfter = await getMetrics() | ||
const responseAfter = await vi.waitUntil( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes unrelated to the PR, but for whatever reason test is failing due to data generation taking longer than before. I assume GA is being slow.
locally it was passing without any changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmm so it was still failing 😓, I included the waitForJob
as I thought the delay was caused by the processor and not by the metrics, good to see you fixed it, thanks Igor 🙌
…o feat/error-reporter-context
Changes
call to errorReporter now include request params
Checklist
major
,minor
,patch
orskip-release