@datadog/mobile-react-native-session-replay 2.13.0 → 2.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,6 +71,9 @@ internal class SvgViewRecorder: SessionReplayNodeRecorder {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
+
let sel = NSSelectorFromString(SVGConstants.attributes)
|
|
75
|
+
guard view.responds(to: sel) else { return nil }
|
|
76
|
+
|
|
74
77
|
guard let attrs = view.value(forKey: SVGConstants.attributes) as? [String: String] else {
|
|
75
78
|
return nil
|
|
76
79
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datadog/mobile-react-native-session-replay",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.2",
|
|
4
4
|
"description": "A client-side React Native module to enable session replay with Datadog",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"datadog",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"chokidar": "^4.0.3"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "c87943251791af901cc49d1444d4a224e3846ac0"
|
|
100
100
|
}
|