ActionCable: Unsupported data type 'ActionDispatch::Request::Session'
Closed this issue ยท 3 comments
lhoBas commented
Hi team ๐ We're seeing
[ERROR] appsignal: Sample data 'session_data': Unsupported data type 'ActionDispatch::Request::Session' received: #<ActionDispatch::Request::Session:0x626b0 not yet loaded>
errors logged in our ActionCable processes, which I believe is the result of .to_h
missing on the .session
call here (as is done for the Rack implementation).
lhoBas commented
Thanks for the swift fix ๐
tombruijn commented
It's been released in Ruby gem 4.1.2 ๐