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

Deprecate set_http_or_background_queue_start #1175

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Deprecate set_http_or_background_queue_start #1175

merged 1 commit into from
Jul 10, 2024

Conversation

tombruijn
Copy link
Member

Deprecate the Transaction#set_http_or_background_queue_start method so that the transaction doesn't need to know about any 'request' set on the transaction. The instrumentations themselves can set the queue start using the Transaction#set_queue_start method.

Move the logic for conversion of the queue start time from request headers to a utils class so it can be accessed by the instrumentations.

Deprecate the `Transaction#set_http_or_background_queue_start` method so
that the transaction doesn't need to know about any 'request' set on the
transaction. The instrumentations themselves can set the queue start
using the `Transaction#set_queue_start` method.

Move the logic for conversion of the queue start time from request
headers to a utils class so it can be accessed by the instrumentations.
@tombruijn tombruijn merged commit d93e037 into main Jul 10, 2024
117 checks passed
@tombruijn tombruijn deleted the queue-time branch July 10, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant