Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Commits
c4b9eaf2
Commit
c4b9eaf2
authored
2 years ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
fix gradle bad expection; remove old sentry comment
parent
edaf0655
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#18874
waiting for manual action
Stage: format
Stage: build_and_test
Stage: package
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/app/build.gradle
+1
-1
1 addition, 1 deletion
android/app/build.gradle
lib/main.dart
+0
-14
0 additions, 14 deletions
lib/main.dart
with
1 addition
and
15 deletions
android/app/build.gradle
+
1
−
1
View file @
c4b9eaf2
...
@@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) {
...
@@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) {
def
flutterRoot
=
localProperties
.
getProperty
(
'flutter.sdk'
)
def
flutterRoot
=
localProperties
.
getProperty
(
'flutter.sdk'
)
if
(
flutterRoot
==
null
)
{
if
(
flutterRoot
==
null
)
{
throw
new
Gradl
eException
(
"Flutter SDK not found. Define location with flutter.sdk in the local.properties file."
)
throw
new
Runtim
eException
(
"Flutter SDK not found. Define location with flutter.sdk in the local.properties file."
)
}
}
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
...
...
This diff is collapsed.
Click to expand it.
lib/main.dart
+
0
−
14
View file @
c4b9eaf2
...
@@ -72,23 +72,9 @@ Future<void> main() async {
...
@@ -72,23 +72,9 @@ Future<void> main() async {
chestBox
=
await
Hive
.
openBox
<
ChestData
>(
"chestBox"
);
chestBox
=
await
Hive
.
openBox
<
ChestData
>(
"chestBox"
);
// Reset GraphQL cache
// final cache = HiveStore();
// cache.reset();
HttpOverrides
.
global
=
MyHttpOverrides
();
HttpOverrides
.
global
=
MyHttpOverrides
();
if
(
kReleaseMode
&&
enableSentry
)
{
if
(
kReleaseMode
&&
enableSentry
)
{
// CatcherOptions debugOptions = CatcherOptions(DialogReportMode(), [
// SentryHandler(SentryClient(SentryOptions(
// dsn:
// "https://c09587b46eaa42e8b9fda28d838ed180@o496840.ingest.sentry.io/5572110")))
// ]);
// // CatcherOptions releaseOptions = CatcherOptions(NotificationReportMode(), [
// // EmailManualHandler(["poka@p2p.legal"])
// // ]);
// Catcher(rootWidget: Gecko(endPointGVA, _store), debugConfig: debugOptions);
await
SentryFlutter
.
init
((
options
)
{
await
SentryFlutter
.
init
((
options
)
{
options
.
dsn
=
options
.
dsn
=
'https://c09587b46eaa42e8b9fda28d838ed180@o496840.ingest.sentry.io/5572110'
;
'https://c09587b46eaa42e8b9fda28d838ed180@o496840.ingest.sentry.io/5572110'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment