Skip to content

Commit

Permalink
Pull request #212: RUM-20843 Updating main to 3.4
Browse files Browse the repository at this point in the history
Merge in OP/openkit-native from feature/RUM-20843-update-main-native to main

* commit 'afdedbb73847d615a92758a7b12f32e389083fb3':
  RUM-20843 Updating main to 3.4

GitOrigin-RevId: 539aeed9cbacf4eec92bde96f6bceda01f6ed47d
  • Loading branch information
TheHighriser authored and openkitdt committed Aug 8, 2024
1 parent 69ae480 commit 6c412b3
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.3.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` |
| `withApplicationVersion` | sets the application version | `"3.4.0"` |
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.4.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.297.30300";
constexpr const char* OPENKIT_VERSION = "8.297.30400";
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.3.0
version=3.4.0-SNAPSHOT

0 comments on commit 6c412b3

Please sign in to comment.