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

Commits on Jul 10, 2024

  1. Deprecate set_http_or_background_queue_start

    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 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f0615b6 View commit details
    Browse the repository at this point in the history