Skip to content

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

@untitaker

Description

@untitaker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions