flavor property

String? flavor
getter/setter pair

Set the current flavor (variant) of the application

This must match the flavor set during symbol upload in order for stack trace deobfuscation to work. By default, the flavor parameter is null and will not appear as a tag in RUM, but other tools will default to 'release'

Implementation

String? flavor;