Commit 8b5b0dc0 authored by Nick Thomas's avatar Nick Thomas

Instrument Geo::RepositorySyncWorker

parent e121718a
......@@ -137,6 +137,8 @@ def instrument_classes(instrumentation)
instrumentation.instrument_instance_methods(Bitbucket::Connection)
instrumentation.instrument_instance_methods(Github::Client)
instrumentation.instrument_instance_methods(Geo::RepositorySyncWorker)
# This is a Rails scope so we have to instrument it manually.
instrumentation.instrument_method(Project, :visible_to_user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment