class Sentry::Breadcrumb
def message=(message)
Experimental RBS support (using type sampling data from the type_fusion project).
def message=: (nil message) -> String
This signature was generated using 2 samples from 1 application.
-
(void)-
Parameters:
-
message(String) --
def message=(message) @message = (message || "").byteslice(0..Event::MAX_MESSAGE_SIZE_IN_BYTES) end