Method: Appsignal::Extension::Jruby::Data#set_data
- Defined in:
- lib/appsignal/extension/jruby.rb
#set_data(key, value) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
598 599 600 601 602 603 604 |
# File 'lib/appsignal/extension/jruby.rb', line 598 def set_data(key, value) Extension.appsignal_data_map_set_data( pointer, make_appsignal_string(key), value.pointer ) end |