setReleaseStage

open fun setReleaseStage(@Nullable releaseStage: String)

If you would like to distinguish between errors that happen in different stages of the application release process (development, production, etc) you can set the releaseStage that is reported to Bugsnag. If you are running a debug build, we'll automatically set this to "development", otherwise it is set to "production". You can control whether events are sent for specific release stages using the enabledReleaseStages option.