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

fix: Correctly handle pg.Cursor in pg query method #3567

Merged
merged 2 commits into from May 19, 2021
Merged

Conversation

kamilogorek
Copy link
Contributor

This will only give us information about the cursor being used, not its precise query timings.
To achieve this, we will need to wrap the cursor itself, which is more tricky, as it's an additional completely separate package.

Fixes #3566

@kamilogorek kamilogorek requested review from a team, ahmedetefy and AbhiPrasad and removed request for a team May 19, 2021 08:57
@github-actions
Copy link
Contributor

github-actions bot commented May 19, 2021

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 20.76 KB (-0.01% 🔽)
@sentry/browser - Webpack 21.98 KB (0%)
@sentry/react - Webpack 22.01 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 28.14 KB (-0.01% 🔽)

@kamilogorek kamilogorek enabled auto-merge (squash) May 19, 2021 12:43
@kamilogorek kamilogorek merged commit c3b1bb5 into master May 19, 2021
@kamilogorek kamilogorek deleted the pg-cursor branch May 19, 2021 12:53
@kamilogorek
Copy link
Contributor Author

ref #3314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: orig.call(...).then is not a function
2 participants