Skip to content

Commit

Permalink
restored instabug
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Oct 2, 2024
1 parent bffbbd3 commit 254058a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void main() async {
() async {
Instabug.init(
token: Env.instabugApiKey!,
// invocationEvents: [InvocationEvent.shake, InvocationEvent.screenshot],
invocationEvents: [],
invocationEvents: [InvocationEvent.shake, InvocationEvent.screenshot],
// invocationEvents: [],
);
if (isAuth) {
Instabug.identifyUser(
Expand Down

0 comments on commit 254058a

Please sign in to comment.