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

Always return a TransactionContext from continueTrace() #1556

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

cleptric
Copy link
Member

From an ergonomics perspective, it might make more sense always to return a TransactionContext when calling continueTrace(). By doing so, we can avoid adding null checks in our other SDKs and rely on an eventual sampling decision of the transaction later on.

@cleptric cleptric merged commit 4e42836 into master Jun 26, 2023
27 checks passed
@cleptric cleptric deleted the return-transaction-context branch June 26, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants