Skip to content

Commit

Permalink
WebWorks alignment and update for Countly Cloud
Browse files Browse the repository at this point in the history
- Changed _os metric value from BB10 to BlackBerry to align it with
WebWorks SDK
- Added a note to README for Countly Cloud users
  • Loading branch information
osoner committed Mar 6, 2013
1 parent afd6237 commit c76302b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -41,6 +41,8 @@
</li> </li>
</ol> </ol>


**Note:** If you use Countly Cloud, you should set your host to https://cloud.count.ly in step 2.

<h2>PERSISTENCE</h2> <h2>PERSISTENCE</h2>
<p> <p>
By default, events are persisted to a sqlite database that the SDK will create in your app's data folder. Any events that are not successfully delivered, are persisted to this database, and the application will attempt to deliver them on the next execution. By default, events are persisted to a sqlite database that the SDK will create in your app's data folder. Any events that are not successfully delivered, are persisted to this database, and the application will attempt to deliver them on the next execution.
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/CountlyMetrics.cpp
Expand Up @@ -39,7 +39,7 @@ CountlyMetrics::CountlyMetrics() {
*/ */
// OS and OS_VERSION // OS and OS_VERSION
PlatformInfo platform; PlatformInfo platform;
insert("_os", "BB10"); insert("_os", "BlackBerry");
insert("_os_version", platform.osVersion()); insert("_os_version", platform.osVersion());


// DEVICE // DEVICE
Expand Down

0 comments on commit c76302b

Please sign in to comment.