module PlainApm module Extensions module Context module Helpers def plain_apm_context(context = {}) PlainApm::Extensions::Context.context.merge!(context) end end end end end