imageSize property

int? imageSize
final

Required. The size of the image in virtual memory. If missing, Sentry will assume that the image spans up to the next image, which might lead to invalid stack traces.

Implementation

final int? imageSize;