Skip to content

Commit 01b3697

Browse files
authored
Merge pull request #253 from instana/hm/forwardable
Explicitly require forwardable for AutoTrace
2 parents 1a31738 + a731d1e commit 01b3697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/instana/tracing/processor.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# (c) Copyright Instana Inc. 2016
33

44
require 'thread'
5+
require 'forwardable'
56

67
module Instana
78
class Processor

0 commit comments

Comments
 (0)