We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I'm seeing the exception below when I'm running some rake tasks.
Traceback (most recent call last): 1: from /Users/ynaidyon/.rvm/gems/ruby-2.6.5/gems/ddtrace-0.31.0/lib/ddtrace.rb:33:in `block in <module:Datadog>' /Users/ynaidyon/.rvm/gems/ruby-2.6.5/gems/ddtrace-0.31.0/lib/ddtrace/tracer.rb:53:in `shutdown!': undefined method `stop' for #<Datadog::SyncWriter:0x00007fb29f827680> (NoMethodError)
It looks like Datadog::SyncWorker doesn't implement #stop method which Tracer#shutdown! is trying to call here: https://github.com/DataDog/dd-trace-rb/blob/master/lib/ddtrace/tracer.rb#L53
Datadog::SyncWorker
#stop
Tracer#shutdown!
The text was updated successfully, but these errors were encountered:
Thank you for the issue report @Yurokle!
I was able to reproduce and create a pull request to address this issue: #915
Sorry, something went wrong.
Thanks @marcotc !
marcotc
Successfully merging a pull request may close this issue.
Hello. I'm seeing the exception below when I'm running some rake tasks.
It looks like
Datadog::SyncWorker
doesn't implement#stop
method whichTracer#shutdown!
is trying to call here: https://github.com/DataDog/dd-trace-rb/blob/master/lib/ddtrace/tracer.rb#L53The text was updated successfully, but these errors were encountered: