Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Middleware React Native for Mobile supports React Native 0.68 and higher.

Since v2.0.0 the SDK wraps the stable Middleware native SDKs
(`io.github.middleware-labs:android-sdk` 3.1.4+ and the `MiddlewareRum`
CocoaPod 2.2.2+), which brings v3 session recording (rrweb replay), native
CocoaPod 2.2.3+), which brings v3 session recording (rrweb replay), native
crash/ANR reporting, and screen-name linked replays. Native toolchain
requirements:

Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ PODS:
- ReactCommon/turbomodule/core (= 0.73.1)
- fmt (6.2.1)
- glog (0.3.5)
- middleware-react-native (2.1.6):
- middleware-react-native (2.1.7):
- glog
- MiddlewareRum (~> 2.2.2)
- MiddlewareRum (~> 2.2.3)
- RCT-Folly (= 2022.05.16.00)
- React-Core
- MiddlewareRum (2.2.2):
- MiddlewareRum (2.2.3):
- DeviceKit (~> 5.4)
- PLCrashReporter (~> 1.11)
- Reachability (~> 3.7)
Expand Down Expand Up @@ -1266,8 +1266,8 @@ SPEC CHECKSUMS:
FBReactNativeSpec: df0ebe69acd14ce0be0269cf75b6e338a727259b
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
middleware-react-native: f075d12bae4af81059b646ae2c2be033de2ac42b
MiddlewareRum: c7287f0a65cbe83a043ae5d0f433d6563b74fab8
middleware-react-native: 61652c9f2561c75b2ef318a73d8786a4db3b4209
MiddlewareRum: 4d487f4e9978ee36a77a6d8983d83c7174a05fd2
PLCrashReporter: db59ef96fa3d25f3650040d02ec2798cffee75f2
RCT-Folly: cd21f1661364f975ae76b3308167ad66b09f53f5
RCTRequired: 6dda55e483f75d2b43781d8ad5bd7df276a50981
Expand Down
2 changes: 1 addition & 1 deletion middleware-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

# Stable native SDK (2.1+ adds setNativeSession + exportRawSpans); brings
# PLCrashReporter/DeviceKit/SwiftProtobuf/SWCompression/Reachability transitively.
s.dependency "MiddlewareRum", "~> 2.2.2"
s.dependency "MiddlewareRum", "~> 2.2.3"

# React dependencies. `install_modules_dependencies` (react_native_pods.rb,
# RN >= 0.71) wires the right pods for whichever architecture the host app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@middleware.io/middleware-react-native",
"version": "2.1.6",
"version": "2.1.7",
"description": "Middleware React Native real user monitoring SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
Loading