Betterment / test_track

Server app for the TestTrack multi-platform split-testing and feature-gating system
MIT License
119 stars 33 forks source link

fix: unblock deploys (upgrade ddtrace & config, switch to terser, and enable spec coverage) #185

Closed smudge closed 1 year ago

smudge commented 1 year ago

Summary

Older versions of the ddtrace gem are now doing some in-place upgrade magic that breaks the datadog.rb initializer as it was written. This change:

For the sake of unblocking deployments, this also:

/domain @Betterment/test_track_core /no-platform