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

Warn when transaction entered without calling start_transaction #3003

Merged

Commits on Jun 6, 2024

  1. feat(tracing): Warn when transaction entered without calling `start_t…

    …ransaction`
    
    Users who enter a transaction without calling `start_transaction` likely intended to start the transaction, since without a call to `start_transaction`, their transaction will not get sent to Sentry. This warning message clarifies this behavior, and could help avoid the confusion that led to issue #2990.
    
    Also, add tests to ensure the message is logged.
    szokeasaurusrex committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3fd09e5 View commit details
    Browse the repository at this point in the history