Skip to content

Commit

Permalink
Pull request #202: RUM-10675 Updating to 3.2 Snapshot
Browse files Browse the repository at this point in the history
Merge in OP/openkit-native from feature/RUM-10675-openkit-native-main-update to main

* commit '18e910b3ad576c0094955afb62315b9d2ccb5fa9':
  RUM-10675 Updating to 3.2 Snapshot

GitOrigin-RevId: 1b82b9775f1835e84dad27454af8e4be9eb11923
  • Loading branch information
TheHighriser authored and openkitdt committed Jun 7, 2023
1 parent d05c7b7 commit 28d688b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ This includes device specific information like operating system, manufacturer, o
| Method Name | Description | Default Value |
| ------------- | ------------- | ---------- |
| `withApplicationVersion` | sets the application version | `"3.1.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.1.0"` |
| `withApplicationVersion` | sets the application version | `"3.2.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.2.0"` |
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
| `withModelID` | sets the model id | `"OpenKitDevice"` |
| `withBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 45 min |
Expand Down
2 changes: 1 addition & 1 deletion src/protocol/ProtocolConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace protocol
constexpr const char* QUERY_KEY_SESSION_IDENTIFIER = "si";

// constant query parameter values
constexpr const char* OPENKIT_VERSION = "8.267.30100";
constexpr const char* OPENKIT_VERSION = "8.267.30200";
constexpr const char* PLATFORM_TYPE_OPENKIT = "1";
constexpr const char* AGENT_TECHNOLOGY_TYPE = "okc";
constexpr int32_t PROTOCOL_VERSION = 3;
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.1.0
version=3.2.0-SNAPSHOT

0 comments on commit 28d688b

Please sign in to comment.