Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / opbeat   python

Repository URL to install this package:

/ instrumentation / control.py

from opbeat.instrumentation import register


def instrument():
    for obj in register.get_instrumentation_objects():
        obj.instrument()