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

Support middleware injected by OpenTelemetry Express Instrumentation plugin #4351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 22, 2021

  1. Support middleware injected by OpenTelemetry

    OpenTelemetry injects a proxy object into the router stack, which it
    uses for its tracing.  This is similar to how NewRelic
    adds a sentinel handler to the router stack. This commit adds a
    similar workaround so that loopback can find the original layer.
    
    Made it more generic to just test if shimmer is used to wrap the handler
    a-legrand committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c7a1246 View commit details
    Browse the repository at this point in the history