Skip to content
Snippets Groups Projects
Commit 1a7f49e6 authored by vjrj's avatar vjrj
Browse files

Disable sentry for now

parent ebc12467
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,9 @@ void main() async {
GinkgoApp(darkTheme: darkTheme, lightTheme: lightTheme)),
)));
});
if (!kIsWeb && inDevelopment) {
const bool enableSentry = false;
// ignore: dead_code
if (!kIsWeb && inDevelopment && enableSentry) {
// Only use sentry in development
await SentryFlutter.init((
SentryFlutterOptions options,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment