Skip to content

Commit a7bcf9a

Browse files
authored
Merge pull request #10 from TelemetryDeck/fix-android-testmode
Correctly set isTestMode for Android targets
2 parents 59dca1c + 974232f commit a7bcf9a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ migrate_working_dir/
1919
# The .vscode folder contains launch configuration and tasks you configure in
2020
# VS Code which you may wish to be included in version control, so this line
2121
# is commented out by default.
22-
#.vscode/
22+
.vscode/
2323

2424
# Flutter/Dart/Pub related
2525
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
## 0.4.0
2+
23
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.4.0
34
- Updated `flutter_lints` dependency
45
- Updated package to make it compliant with flutter package rules
56
- Made all calls in `Telemetrydecksdk` class static - no need to create an instance anymore
67
- `additionalPayload` takes a `Map<String, dynamic>`now instead of a `Map<String, String>` and values will now be stringified automatically
8+
- [Fixes](https://github.com/TelemetryDeck/KotlinSDK/pull/27) an issue which causes signals from Android to always appear in test mode.
79

810
## 0.3.0
11+
912
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.3.0
1013

1114
## 0.2.0
15+
1216
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.2.0
1317

1418
## 0.1.0
19+
1520
- TelemetryDeck SDK is now available for macOS apps
1621
- Improvements to documentation and pub.dev listing
1722

1823
## 0.0.5
24+
1925
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.0.5
2026

2127
## 0.0.4
28+
2229
- The initial release of TelemetryDeck SDK for Flutter
2330

2431
## 0.0.3
32+
2533
- The initial release of TelemetryDeck SDK for Flutter

0 commit comments

Comments
 (0)