Add a way to configure tracing when the session does not exist yet.

This commit is contained in:
Benoit Marty 2023-09-11 09:58:40 +02:00
parent a30af97ecd
commit 9c9a6ce7be
7 changed files with 62 additions and 6 deletions

View file

@ -33,5 +33,6 @@ interface OnBoardingEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onSignUp()
fun onSignIn()
fun onOpenDeveloperSettings()
}
}