Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
#fixes 14747 assert for Dart 2
  • Loading branch information
zoechi committed Feb 16, 2018
commit 12a96dcc6c6d88362a874c10a78d737e45fa3f01
2 changes: 1 addition & 1 deletion lib/sentry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SentryClient {
'Project ID not found in the URI path of the DSN URI: $dsn');

return true;
});
}());

final String publicKey = userInfo.first;
final String secretKey = userInfo.last;
Expand Down