Nastia
Nastia
I guess one can use ``` parameter :data, type: array parameter :id, type: integer, scope: 'data[]' ``` I also want a conversation about this part in #413, cause I'm facing...
Same problem here. All I found during debugging was the following: 1. It fails because somewhere on the way `scope` becomes an array of two elements, with the second element...
Ah, I found the impostor =) You can see my comment in #413 and maybe say something.
```ruby Opentelemetry::SDK.configure do |conf| conf.logger = Rails.logger end ``` But I beleive that doesn't really matter since I can see that we *always* pass a `nil` as a message to...