Skip to content

Commit

Permalink
Removed existing Sentry DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitJoki authored Feb 25, 2020
1 parent cc3c9dd commit d988ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'package:share/share.dart';

class Enigma {
static final SentryClient _sentry = SentryClient(
dsn: "https://[email protected]/1443724");
dsn: "ENTER YOUR SENTRY DSN HERE");

static bool get isInDebugMode {
// Assume you're in production mode
Expand Down

0 comments on commit d988ad3

Please sign in to comment.