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

Adds DB connection attributes in spans #2274

Merged
merged 27 commits into from
Jul 28, 2023

Conversation

antonpirker
Copy link
Member

Fixes #2270

@antonpirker antonpirker marked this pull request as ready for review July 28, 2023 07:20
Copy link
Contributor

@sentrivana sentrivana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! The Django part might need some special casing for the different backends and one or two test cases for Django would also be great.

sentry_sdk/integrations/django/__init__.py Outdated Show resolved Hide resolved
sentry_sdk/integrations/django/__init__.py Outdated Show resolved Hide resolved
@antonpirker
Copy link
Member Author

I updated the code to omit data fields that we can not fill. (asked joris about what they like more)

@antonpirker
Copy link
Member Author

The chalice deps thing is still not fixed (something has deps to boto3 that are not working with our deps and I have not yet figured out what lib...)

@antonpirker
Copy link
Member Author

Also Django tests for new db attributes are still missing.

@antonpirker
Copy link
Member Author

Maybe I have some time in the afternoon to have another shot at this, but if not it would be great if you could take over @sentrivana . Sorry for not having everything ready..

@sentrivana
Copy link
Contributor

Maybe I have some time in the afternoon to have another shot at this, but if not it would be great if you could take over @sentrivana . Sorry for not having everything ready..

No worries, I can take over. You should enjoy your vacation. :)

@sentrivana sentrivana mentioned this pull request Jul 28, 2023
@sentrivana sentrivana merged commit d48d3eb into master Jul 28, 2023
244 of 245 checks passed
@sentrivana sentrivana deleted the antonpirker/2270-db-connection-attributes-in-spans branch July 28, 2023 15:32
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.

Add db connection attributes to database span's span data
2 participants