Skip to content

Commit

Permalink
Remove dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Oct 12, 2023
1 parent 071df58 commit 66cd88a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- run `pana --no-warning` and check score is 130/130
- Bump version in `pubspec.yaml`
- Increment `wiredashSdkVersion` in `lib/src/version.dart` by `1` for patch releases, by `10` for minor releases
- Make sure `prod` backend is used, not `dev` in `lib/src/core/network/wiredash_api.dart` (ending with `.io`, not `.dev`)
- Set `kDevMode` in `lib/src/_wiredash_internal.dart` to `false`
- Write release notes in `CHANGELOG.md` (Check https://github.com/wiredashio/wiredash-sdk/compare/v1.0.0...stable to compare what changed)
- Commit changes
Expand Down
1 change: 0 additions & 1 deletion lib/src/core/network/wiredash_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class WiredashApi {
final Future<String> Function() _deviceIdProvider;

static const String _host = 'https://api.wiredash.io/sdk';
// static const String _host = 'https://api.wiredash.dev/sdk';

/// Uploads a attachment to the Wiredash hosting service
///
Expand Down

0 comments on commit 66cd88a

Please sign in to comment.