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

0.7.12 Django integration duplicates DB entries #997

Closed
shabble opened this issue Jan 16, 2021 · 1 comment
Closed

0.7.12 Django integration duplicates DB entries #997

shabble opened this issue Jan 16, 2021 · 1 comment
Assignees
Labels

Comments

@shabble
Copy link

shabble commented Jan 16, 2021

In opencensus-ext-django==0.7.12, the following setup line has somehow gotten doubled up, producing duplicate output in traces.

if django.VERSION >= (2,): # pragma: NO COVER

Looks like it might be a result of the merge in #995 of #775, when the merge destination already had that code present.

@lzchen lzchen added the bug label Jan 16, 2021
This was referenced Jan 16, 2021
@lzchen lzchen self-assigned this Jan 19, 2021
@lzchen
Copy link
Contributor

lzchen commented Jan 19, 2021

Should be fixed with https://pypi.org/project/opencensus-ext-django/0.7.4/

@lzchen lzchen closed this as completed Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants