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

pytest-sentry does not capture spans of test body #9

Open
untitaker opened this issue Apr 19, 2021 · 0 comments
Open

pytest-sentry does not capture spans of test body #9

untitaker opened this issue Apr 19, 2021 · 0 comments

Comments

@untitaker
Copy link
Member

untitaker commented Apr 19, 2021

pytest-sentry does not set its own hub as the current one. that leads to the unfortunate situation that all test code will create spans, but those spans go to the application's SDK setup which is probably just disabled.

we should find a way to capture spans in pytest-sentry without capturing transactions emitted by the application, or worse, capturing the app errors.

right now 99% of value brought by pytest-sentry is just triaging slow tests, but with operations breakdown this may change drastically

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

No branches or pull requests

1 participant