factory SentryAttribute.intArray(List<int> value) { return SentryAttribute(List<int>.unmodifiable(value), 'array'); }