A session is classified as dev if all of the following are true:
The buildType has the debuggable flag set to true in the app/build.gradle file.
The optional enableIntegrationTesting value passed to the SDK start method is true.
The debugger is attached (meaning you’re running the app on a device or simulator with the Android Studio debugger attached).
What determines if a session is classified as prod or dev? Print
Modified on: Wed, Sep 8, 2021 at 7:11 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.