Skip to content

Also instrument the postgres connection builder #230

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

Merged
merged 1 commit into from
Apr 25, 2025
Merged

Also instrument the postgres connection builder #230

merged 1 commit into from
Apr 25, 2025

Conversation

weiznich
Copy link
Owner

This commit fixes an issue where we did not emitt a BeginTransaction event for transactions created with the postgres specific connection builder.

Fix #229

This commit fixes an issue where we did not emitt a `BeginTransaction`
event for transactions created with the postgres specific connection
builder.

Fix #229
@weiznich weiznich merged commit d1af1d0 into main Apr 25, 2025
23 checks passed
@sgoll
Copy link

sgoll commented Apr 25, 2025

Wow, thank you for the quick fix! It is dearly appreciated ❤️

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.

Inconsistent instrumentation with TransactionBuilder
2 participants