-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into dependabot/pub/packages/smooth_app/multi-…
…e2b697d350
- Loading branch information
Showing
11 changed files
with
48 additions
and
273 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,9 +221,9 @@ class AnalyticsHelper { | |
..dsn = | ||
'https://[email protected]/5376745' | ||
..beforeSend = ( | ||
SentryEvent event, { | ||
Hint? hint, | ||
}) async { | ||
SentryEvent event, | ||
Hint hint, | ||
) async { | ||
return event.copyWith( | ||
tags: <String, String>{ | ||
'store': GlobalVars.storeLabel.name, | ||
|
@@ -265,8 +265,10 @@ class AnalyticsHelper { | |
static bool get isEnabled => | ||
_analyticsReporting == _AnalyticsTrackingMode.enabled; | ||
|
||
static FutureOr<SentryEvent?> _beforeSend(SentryEvent event, | ||
{dynamic hint}) async { | ||
static FutureOr<SentryEvent?> _beforeSend( | ||
SentryEvent event, | ||
dynamic hint, | ||
) async { | ||
if (!_crashReports) { | ||
return null; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
222 changes: 0 additions & 222 deletions
222
packages/smooth_app/lib/smooth_category_picker_example.dart
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.