Skip to content

Commit db8901f

Browse files
feat: app variant
1 parent b025862 commit db8901f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

example/lib/main.dart

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ void main() {
4949
WidgetsFlutterBinding.ensureInitialized();
5050

5151
Instabug.init(
52-
token: 'ed6f659591566da19b67857e1b9d40ab',
53-
invocationEvents: [InvocationEvent.floatingButton],
54-
debugLogsLevel: LogLevel.verbose,
55-
appVariant: 'variant 1'
56-
);
52+
token: 'ed6f659591566da19b67857e1b9d40ab',
53+
invocationEvents: [InvocationEvent.floatingButton],
54+
debugLogsLevel: LogLevel.verbose,
55+
appVariant: 'variant 1');
5756

5857
FlutterError.onError = (FlutterErrorDetails details) {
5958
Zone.current.handleUncaughtError(details.exception, details.stack!);

0 commit comments

Comments
 (0)