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

Add before_send_transaction #1840

Merged
merged 8 commits into from Jan 18, 2023

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Jan 16, 2023

Callback function that is called for all transactions (in opposite to before_send which is only called for issue events)

Fixes #1738

@antonpirker antonpirker changed the title Add before_send_transaction Add before_send_transaction Jan 16, 2023
@antonpirker
Copy link
Member Author

Docs: getsentry/sentry-docs#6089

@antonpirker antonpirker marked this pull request as ready for review January 17, 2023 12:33
tests/test_basics.py Show resolved Hide resolved
sentry_sdk/client.py Outdated Show resolved Hide resolved
…or mypy (and therefore not relevant at runtime)
@antonpirker antonpirker merged commit 3f38f79 into master Jan 18, 2023
@antonpirker antonpirker deleted the antonpirker/add-before-send-transaction branch January 18, 2023 14:29
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 beforeSendTransaction
2 participants