You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ejoubaud
changed the title
v1.21.0 causes outages due to a nil error: undefined method +' for nil:NilClass (NoMethodError)`
v1.21.0 causes outages due to a nil error: undefined method +' for nil:NilClass (NoMethodError)Mar 19, 2024
ejoubaud
changed the title
v1.21.0 causes outages due to a nil error: undefined method +' for nil:NilClass (NoMethodError)
v1.21.0 causes outages due to a nil error: undefined method '+' for nil:NilClass (NoMethodError)Mar 19, 2024
ejoubaud
changed the title
v1.21.0 causes outages due to a nil error: undefined method '+' for nil:NilClass (NoMethodError)
v1.21.0 causes outages due to a nil error in rack middleware
Mar 19, 2024
(We've merged a fix for this, and we're in the final validation steps before publishing a 1.21.1 release with the fix. Because a lot of folks seem to be bitten by this, I'll go ahead and reopen the issue until we actually put the release out so folks can easily find this ticket)
Current behaviour
Nil error in ddtrace rack middleware when requesting any page on a Rails 7.1.3.2 app.
Steps to reproduce
rails server
)Looks like it was introduced here
Note also the commented out
# binding.pry
in that commitEnvironment
Datadog.configure ...
): happens even when block is entirely removedThe text was updated successfully, but these errors were encountered: