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

Fix Sinatra instrumentation causing boot loop #1105

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Fix Sinatra instrumentation causing boot loop

    I noticed in our test setup that when I added a Sinatra app to the Rails
    app, and loaded the Sinatra instrumentation as specified in our docs it
    would get stuck in a boot loop. This was caused by the two different
    configs overwriting each other every time.
    
    Prevent this issue by skipping loading the AppSignal config if it's
    already active.
    tombruijn committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3ea0127 View commit details
    Browse the repository at this point in the history