setContext

open fun setContext(@Nullable() context: String)

Bugsnag uses the concept of "contexts" to help display and group your errors. Contexts represent what was happening in your application at the time an error occurs. In an android app the "context" is automatically set as the foreground Activity. If you would like to set this value manually, you should alter this property.