Skip to content

Commit

Permalink
GitHub issue 109 (#112)
Browse files Browse the repository at this point in the history
* fix:added null check for debugPrint Message

* fix: record metrics are sending 0 count.

* fix:added null check for debugPrint Message

* fix: record metrics are sending 0 count.

* release : flutter agent 1.1.3
  • Loading branch information
ndesai-newrelic authored Sep 17, 2024
1 parent c8d5428 commit 2c08645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main() {
expect(false, config.printStatementAsEventsEnabled);
expect(true, config.offlineStorageEnabled);
expect(false, config.backgroundReportingEnabled);
expect(true, config.newEventSystemEnabled);
expect(false, config.newEventSystemEnabled);
expect(true, config.collectorAddress.isEmpty);
expect(LogLevel.DEBUG, config.logLevel);
});
Expand Down

0 comments on commit 2c08645

Please sign in to comment.