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 Sequel integration not loading by default #516

Merged
merged 1 commit into from
Aug 20, 2018

Conversation

delner
Copy link
Contributor

@delner delner commented Aug 17, 2018

As reported by #514 the Sequel integration wasn't being loaded by default after its migration to the new integration API. We forgot to add require 'ddtrace/contrib/sequel/integration' to ddtrace.rb.

This pull request adds that line, making the Sequel integration available by default. Users without this change can work around the problem by adding the following after require 'ddtrace' in their configuration file:

require 'ddtrace/contrib/sequel/integration'

@delner delner added bug Involves a bug integrations Involves tracing integrations labels Aug 17, 2018
@delner delner self-assigned this Aug 17, 2018
@delner delner requested a review from pawelchcki August 17, 2018 19:04
@delner delner added this to the 0.14.1 milestone Aug 17, 2018
@delner delner requested review from pawelchcki and palazzem and removed request for pawelchcki August 20, 2018 00:16
@delner delner merged commit 42dc839 into master Aug 20, 2018
@delner delner deleted the bugfix/sequel_integration_not_loading branch August 20, 2018 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Involves a bug integrations Involves tracing integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants