@dynatrace/react-native-plugin 2.283.1 → 2.283.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.
package/README.md
CHANGED
|
@@ -1277,11 +1277,12 @@ If you are struggling with a problem, submit a support ticket to Dynatrace (supp
|
|
|
1277
1277
|
<br/><br/>
|
|
1278
1278
|
## Changelog
|
|
1279
1279
|
|
|
1280
|
-
2.283.
|
|
1280
|
+
2.283.2
|
|
1281
1281
|
* Added Auto-Instrumentation for React Native Switch
|
|
1282
1282
|
* Updated instrumentation of RefreshControl (dtActionIgnore & dtActionName)
|
|
1283
1283
|
* Updated instrumentation of Picker (dtActionIgnore & dtActionName)
|
|
1284
1284
|
* Minimum Support iOS version raised to 12
|
|
1285
|
+
* Update Android (8.283.1.1004) & iOS Agent (8.283.1.1004)
|
|
1285
1286
|
|
|
1286
1287
|
2.279.4
|
|
1287
1288
|
* Updated iOS crash report sending strategy
|
|
@@ -50,7 +50,7 @@ const modifyElement = (type, props, ...children) => {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
else if (props.onValueChange != null && type._dtInfo.type === Types_1.Types.Picker) {
|
|
53
|
-
|
|
53
|
+
(0, Picker_1.PickerHelper)(Dynatrace_1.Dynatrace).attachOnValueChange(props);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace/react-native-plugin",
|
|
3
|
-
"version": "2.283.
|
|
3
|
+
"version": "2.283.2",
|
|
4
4
|
"description": "This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "typings/react-native-dynatrace.d.ts",
|