@dynatrace/react-native-plugin 2.297.2 → 2.299.1
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 +19 -16
- package/android/build.gradle +1 -1
- package/files/plugin.gradle +1 -1
- package/package.json +2 -2
- package/react-native-dynatrace.podspec +1 -1
package/README.md
CHANGED
|
@@ -31,8 +31,8 @@ If you want to start using this plugin and are not a Dynatrace customer yet, hea
|
|
|
31
31
|
## Agent Versions
|
|
32
32
|
This agent versions are configured in this plugin:
|
|
33
33
|
|
|
34
|
-
* Android Agent: 8.
|
|
35
|
-
* iOS Agent: 8.
|
|
34
|
+
* Android Agent: 8.299.1.1004
|
|
35
|
+
* iOS Agent: 8.299.1.1003
|
|
36
36
|
|
|
37
37
|
## Quick Setup
|
|
38
38
|
|
|
@@ -1438,32 +1438,35 @@ If you are struggling with a problem, submit a support ticket to Dynatrace (supp
|
|
|
1438
1438
|
<br/><br/>
|
|
1439
1439
|
## Changelog
|
|
1440
1440
|
|
|
1441
|
+
2.299.1
|
|
1442
|
+
* Updated Android (8.299.1.1004) & iOS Agent (8.299.1.1003)
|
|
1443
|
+
|
|
1441
1444
|
2.297.2
|
|
1442
|
-
*
|
|
1445
|
+
* Updated Android (8.297.1.1003) & iOS Agent (8.297.1.1004)
|
|
1443
1446
|
* Added information about [Instrumentation Overhead](#instrumentation-overhead) to README
|
|
1444
1447
|
* Fixed manual webrequest timing missing stopWebRequestTimingWithSize in iOS
|
|
1445
1448
|
|
|
1446
1449
|
2.295.1
|
|
1447
|
-
*
|
|
1450
|
+
* Updated Android (8.295.1.1006) & iOS Agent (8.295.1.1020)
|
|
1448
1451
|
* Add list of supported/unsupported libraries to README
|
|
1449
1452
|
|
|
1450
1453
|
2.293.2
|
|
1451
|
-
*
|
|
1454
|
+
* Updated Android (8.293.1.1003) & iOS Agent (8.293.1.1003)
|
|
1452
1455
|
* Preventing double instrumentation of touchables
|
|
1453
1456
|
* Fixed instrumentation of Text component because of missing static access
|
|
1454
1457
|
|
|
1455
1458
|
2.291.2
|
|
1456
|
-
*
|
|
1459
|
+
* Updated Android (8.291.1.1002) & iOS Agent (8.291.1.1004)
|
|
1457
1460
|
* Updated the way we report unhandled errors without a stacktrace
|
|
1458
1461
|
* Touchable instrumentation was partly broken for static access
|
|
1459
1462
|
|
|
1460
1463
|
2.289.1
|
|
1461
|
-
*
|
|
1464
|
+
* Updated Android (8.289.2.1007) & iOS Agent (8.289.1.1015)
|
|
1462
1465
|
* Added option to disable error handler for auto and manual start
|
|
1463
1466
|
* Updated touchable instrumentation for React Native v74
|
|
1464
1467
|
|
|
1465
1468
|
2.287.3
|
|
1466
|
-
*
|
|
1469
|
+
* Updated Android (8.287.1.1006) & iOS Agent (8.287.2.1009)
|
|
1467
1470
|
* Added request and response size to [manual web request tagging](#manual-web-request-tagging)
|
|
1468
1471
|
* Improved logging of configuration at startup
|
|
1469
1472
|
* Fixed dtActionName when using ActionNamePrivacy
|
|
@@ -1471,46 +1474,46 @@ If you are struggling with a problem, submit a support ticket to Dynatrace (supp
|
|
|
1471
1474
|
2.285.2
|
|
1472
1475
|
* Fixed bridge module issue for older React Native versions (< 0.65.0)
|
|
1473
1476
|
* Introduced support for @react-native/metro-babel-transformer
|
|
1474
|
-
*
|
|
1477
|
+
* Updated Android (8.287.1.1006) & iOS Agent (8.285.1.1004)
|
|
1475
1478
|
|
|
1476
1479
|
2.283.3
|
|
1477
1480
|
* Added Auto-Instrumentation for React Native Switch
|
|
1478
1481
|
* Updated instrumentation of RefreshControl (dtActionIgnore & dtActionName)
|
|
1479
1482
|
* Updated instrumentation of Picker (dtActionIgnore & dtActionName)
|
|
1480
1483
|
* Minimum Support iOS version raised to 12
|
|
1481
|
-
*
|
|
1484
|
+
* Updated Android (8.283.1.1004) & iOS Agent (8.283.1.1004)
|
|
1482
1485
|
|
|
1483
1486
|
2.279.4
|
|
1484
1487
|
* Updated iOS crash report sending strategy
|
|
1485
1488
|
* Configuration printed on startup fixed
|
|
1486
|
-
*
|
|
1489
|
+
* Updated Android (8.279.1.1002) & iOS Agent (8.279.1.1008)
|
|
1487
1490
|
* Improved event handling for touchable instrumentation
|
|
1488
1491
|
* Added logic for nested arrays when traversing touch event name
|
|
1489
1492
|
* Fixed Auto Startup issue for RN v73
|
|
1490
1493
|
* Fixed Android build as execution order of plugins was wrong
|
|
1491
1494
|
|
|
1492
1495
|
2.277.1
|
|
1493
|
-
*
|
|
1496
|
+
* Updated Android (8.277.1.1003) & iOS Agent (8.277.1.1004)
|
|
1494
1497
|
* Introduced `ConfigurationBuilder` for Manual Startup
|
|
1495
1498
|
* Deprecating `ManualStartupConfiguration` for Manual Startup
|
|
1496
1499
|
|
|
1497
1500
|
2.275.1
|
|
1498
|
-
*
|
|
1501
|
+
* Updated iOS Agent (8.275.1.1006)
|
|
1499
1502
|
* Add documentation for manually tagging web requests
|
|
1500
1503
|
|
|
1501
1504
|
2.273.1
|
|
1502
|
-
*
|
|
1505
|
+
* Updated Android (8.273.1.1003) & iOS Agent (8.273.1.1006)
|
|
1503
1506
|
* Crash handler initialization happens earlier in the application
|
|
1504
1507
|
* Ignoring duplicated crashes through native crash handler
|
|
1505
1508
|
|
|
1506
1509
|
2.271.3
|
|
1507
|
-
*
|
|
1510
|
+
* Updated Android (8.271.1.1003) & iOS Agent (8.271.2.1007)
|
|
1508
1511
|
* Fixed createElement logic for older React Native versions
|
|
1509
1512
|
* Fixed asynchronous handler for Touchables
|
|
1510
1513
|
* Updated instrumentation of RefreshControl
|
|
1511
1514
|
|
|
1512
1515
|
2.269.1
|
|
1513
|
-
*
|
|
1516
|
+
* Updated Android (8.269.1.1009) & iOS Agent (8.269.1.1007)
|
|
1514
1517
|
* Updated instrumentation for iOS Picker to match Android
|
|
1515
1518
|
|
|
1516
1519
|
2.267.1
|
package/android/build.gradle
CHANGED
|
@@ -70,7 +70,7 @@ repositories {
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
dependencies {
|
|
73
|
-
implementation 'com.dynatrace.agent:agent-android:8.
|
|
73
|
+
implementation 'com.dynatrace.agent:agent-android:8.299.1.1004'
|
|
74
74
|
implementation "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}"
|
|
75
75
|
}
|
|
76
76
|
|
package/files/plugin.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace/react-native-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.299.1",
|
|
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",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"author": "Dynatrace",
|
|
72
72
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@babel/runtime": "^7.25.
|
|
74
|
+
"@babel/runtime": "^7.25.6",
|
|
75
75
|
"jscodeshift": "^17.0.0",
|
|
76
76
|
"plist": "^3.1.0",
|
|
77
77
|
"proxy-polyfill": "^0.3.2",
|
|
@@ -111,7 +111,7 @@ Pod::Spec.new do |s|
|
|
|
111
111
|
#
|
|
112
112
|
|
|
113
113
|
s.dependency "React"
|
|
114
|
-
s.dependency 'Dynatrace', '~> 8.
|
|
114
|
+
s.dependency 'Dynatrace', '~> 8.299.1.1003'
|
|
115
115
|
|
|
116
116
|
# Allows for better compatibility for older and newer versions
|
|
117
117
|
if defined?(install_modules_dependencies)
|