@dynatrace/cordova-plugin 1.257.1 → 1.259.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 +6 -2
- package/files/iOS/Dynatrace.xcframework/Info.plist +8 -8
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +4 -4
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Info.plist +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +4 -4
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +11 -11
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +4 -4
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Info.plist +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +4 -4
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +11 -11
- package/files/plugin.gradle +1 -1
- package/package.json +2 -2
- package/plugin.xml +2 -2
- package/scripts/helpers/InstallHelper.js +3 -3
package/README.md
CHANGED
|
@@ -23,8 +23,8 @@ The `dynatrace-cordova-plugin` is the old version of this plugin. Consider it de
|
|
|
23
23
|
|
|
24
24
|
This agent versions are configured in this plugin:
|
|
25
25
|
|
|
26
|
-
* iOS Agent: 8.
|
|
27
|
-
* Android Agent: 8.
|
|
26
|
+
* iOS Agent: 8.259.1.1009
|
|
27
|
+
* Android Agent: 8.259.1.1008
|
|
28
28
|
## Quick Setup
|
|
29
29
|
|
|
30
30
|
1. [Installation of the plugin](#1-installation-of-the-plugin)
|
|
@@ -781,6 +781,10 @@ When using Apple Pay with WKWebView, there are specific checks that WebKit (Appl
|
|
|
781
781
|
|
|
782
782
|
## Changelog
|
|
783
783
|
|
|
784
|
+
1.259.2
|
|
785
|
+
* Updated Android (8.259.1.1008) & iOS Agent (8.259.1.1009)
|
|
786
|
+
* Hooks using now correct script names (case sensitive)
|
|
787
|
+
|
|
784
788
|
1.257.1
|
|
785
789
|
* Updated Android (8.257.1.1007) & iOS Agent (8.257.1.1007)
|
|
786
790
|
* Node Support changed to latest LTS Version (14.x)
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
</dict>
|
|
19
19
|
<dict>
|
|
20
20
|
<key>LibraryIdentifier</key>
|
|
21
|
-
<string>tvos-
|
|
21
|
+
<string>tvos-arm64_x86_64-simulator</string>
|
|
22
22
|
<key>LibraryPath</key>
|
|
23
23
|
<string>Dynatrace.framework</string>
|
|
24
24
|
<key>SupportedArchitectures</key>
|
|
25
25
|
<array>
|
|
26
26
|
<string>arm64</string>
|
|
27
|
+
<string>x86_64</string>
|
|
27
28
|
</array>
|
|
28
29
|
<key>SupportedPlatform</key>
|
|
29
30
|
<string>tvos</string>
|
|
31
|
+
<key>SupportedPlatformVariant</key>
|
|
32
|
+
<string>simulator</string>
|
|
30
33
|
</dict>
|
|
31
34
|
<dict>
|
|
32
35
|
<key>LibraryIdentifier</key>
|
|
33
|
-
<string>
|
|
36
|
+
<string>tvos-arm64</string>
|
|
34
37
|
<key>LibraryPath</key>
|
|
35
38
|
<string>Dynatrace.framework</string>
|
|
36
39
|
<key>SupportedArchitectures</key>
|
|
37
40
|
<array>
|
|
38
41
|
<string>arm64</string>
|
|
39
|
-
<string>x86_64</string>
|
|
40
42
|
</array>
|
|
41
43
|
<key>SupportedPlatform</key>
|
|
42
|
-
<string>
|
|
43
|
-
<key>SupportedPlatformVariant</key>
|
|
44
|
-
<string>simulator</string>
|
|
44
|
+
<string>tvos</string>
|
|
45
45
|
</dict>
|
|
46
46
|
<dict>
|
|
47
47
|
<key>LibraryIdentifier</key>
|
|
48
|
-
<string>
|
|
48
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
49
49
|
<key>LibraryPath</key>
|
|
50
50
|
<string>Dynatrace.framework</string>
|
|
51
51
|
<key>SupportedArchitectures</key>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<string>x86_64</string>
|
|
55
55
|
</array>
|
|
56
56
|
<key>SupportedPlatform</key>
|
|
57
|
-
<string>
|
|
57
|
+
<string>ios</string>
|
|
58
58
|
<key>SupportedPlatformVariant</key>
|
|
59
59
|
<string>simulator</string>
|
|
60
60
|
</dict>
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.259.1.1009
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// trademarks of Dynatrace Corporation. All other company
|
|
14
14
|
// or product names are trademarks of their respective owners.
|
|
15
15
|
//
|
|
16
|
-
// Copyright 2011-
|
|
16
|
+
// Copyright 2011-2022 Dynatrace LLC
|
|
17
17
|
|
|
18
18
|
#import <Foundation/Foundation.h>
|
|
19
19
|
#import <CoreLocation/CoreLocation.h>
|
|
@@ -775,9 +775,9 @@ When the user optin feature is not used:
|
|
|
775
775
|
# pragma mark Logging
|
|
776
776
|
/*!
|
|
777
777
|
@const kDTXLogLevel
|
|
778
|
-
If this key is present with a valid value (ALL,
|
|
778
|
+
If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
|
|
779
779
|
the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
|
|
780
|
-
logging will default to
|
|
780
|
+
logging will default to OFF.
|
|
781
781
|
*/
|
|
782
782
|
extern NSString *_Nonnull const kDTXLogLevel;
|
|
783
783
|
|
|
Binary file
|
|
Binary file
|
package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace
CHANGED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.259.1.1009
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// trademarks of Dynatrace Corporation. All other company
|
|
14
14
|
// or product names are trademarks of their respective owners.
|
|
15
15
|
//
|
|
16
|
-
// Copyright 2011-
|
|
16
|
+
// Copyright 2011-2022 Dynatrace LLC
|
|
17
17
|
|
|
18
18
|
#import <Foundation/Foundation.h>
|
|
19
19
|
#import <CoreLocation/CoreLocation.h>
|
|
@@ -775,9 +775,9 @@ When the user optin feature is not used:
|
|
|
775
775
|
# pragma mark Logging
|
|
776
776
|
/*!
|
|
777
777
|
@const kDTXLogLevel
|
|
778
|
-
If this key is present with a valid value (ALL,
|
|
778
|
+
If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
|
|
779
779
|
the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
|
|
780
|
-
logging will default to
|
|
780
|
+
logging will default to OFF.
|
|
781
781
|
*/
|
|
782
782
|
extern NSString *_Nonnull const kDTXLogLevel;
|
|
783
783
|
|
package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/Dynatrace.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
WvdtHg1tS2J7xOlne1BkkLIgCpQ=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/Framework.h</key>
|
|
16
16
|
<data>
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Info.plist</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
Vr/LuUeBy0PQxAHrYF3kNLxudCk=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
L1WJZfEEdd6rLWYaal59NJS5Ixs=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
uIrLOV/7LQKPKTDprHB66LqDdu8=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
32
32
|
<data>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
FXOCzE+RQXuDPxhupKfgFGO4ElQ=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
52
52
|
<data>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</data>
|
|
67
67
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
bAJ5tzgrXNP4bxwH10ErHClUgFI=
|
|
70
70
|
</data>
|
|
71
71
|
<key>Modules/module.modulemap</key>
|
|
72
72
|
<data>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<dict>
|
|
87
87
|
<key>hash2</key>
|
|
88
88
|
<data>
|
|
89
|
-
|
|
89
|
+
MFFWoUGl76BQ1O8HWeF0HEL2ZiKpDlvMS0gd+f9BCzE=
|
|
90
90
|
</data>
|
|
91
91
|
</dict>
|
|
92
92
|
<key>Headers/Framework.h</key>
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
<dict>
|
|
101
101
|
<key>hash2</key>
|
|
102
102
|
<data>
|
|
103
|
-
|
|
103
|
+
oPflhqBaPrPm09m0iqiS7+QkVRRSfTW0SvzmReG2RpA=
|
|
104
104
|
</data>
|
|
105
105
|
</dict>
|
|
106
106
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
107
107
|
<dict>
|
|
108
108
|
<key>hash2</key>
|
|
109
109
|
<data>
|
|
110
|
-
|
|
110
|
+
SXIq1LY/u3Tmkc97eL6dmCuLYc6BoH6IIkWVY7Kf2MY=
|
|
111
111
|
</data>
|
|
112
112
|
</dict>
|
|
113
113
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<dict>
|
|
143
143
|
<key>hash2</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
RqqQz7RjyDIFNqK8eiN//OIb6eqW15a+aoGRbUNEnik=
|
|
146
146
|
</data>
|
|
147
147
|
</dict>
|
|
148
148
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
<dict>
|
|
178
178
|
<key>hash2</key>
|
|
179
179
|
<data>
|
|
180
|
-
|
|
180
|
+
CdNiucJKplpcnww0HasRN84bGA3SPP2VfnzrFhqRjNs=
|
|
181
181
|
</data>
|
|
182
182
|
</dict>
|
|
183
183
|
<key>Modules/module.modulemap</key>
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.259.1.1009
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// trademarks of Dynatrace Corporation. All other company
|
|
14
14
|
// or product names are trademarks of their respective owners.
|
|
15
15
|
//
|
|
16
|
-
// Copyright 2011-
|
|
16
|
+
// Copyright 2011-2022 Dynatrace LLC
|
|
17
17
|
|
|
18
18
|
#import <Foundation/Foundation.h>
|
|
19
19
|
#import <CoreLocation/CoreLocation.h>
|
|
@@ -775,9 +775,9 @@ When the user optin feature is not used:
|
|
|
775
775
|
# pragma mark Logging
|
|
776
776
|
/*!
|
|
777
777
|
@const kDTXLogLevel
|
|
778
|
-
If this key is present with a valid value (ALL,
|
|
778
|
+
If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
|
|
779
779
|
the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
|
|
780
|
-
logging will default to
|
|
780
|
+
logging will default to OFF.
|
|
781
781
|
*/
|
|
782
782
|
extern NSString *_Nonnull const kDTXLogLevel;
|
|
783
783
|
|
|
Binary file
|
|
Binary file
|
package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace
CHANGED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.259.1.1009
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// trademarks of Dynatrace Corporation. All other company
|
|
14
14
|
// or product names are trademarks of their respective owners.
|
|
15
15
|
//
|
|
16
|
-
// Copyright 2011-
|
|
16
|
+
// Copyright 2011-2022 Dynatrace LLC
|
|
17
17
|
|
|
18
18
|
#import <Foundation/Foundation.h>
|
|
19
19
|
#import <CoreLocation/CoreLocation.h>
|
|
@@ -775,9 +775,9 @@ When the user optin feature is not used:
|
|
|
775
775
|
# pragma mark Logging
|
|
776
776
|
/*!
|
|
777
777
|
@const kDTXLogLevel
|
|
778
|
-
If this key is present with a valid value (ALL,
|
|
778
|
+
If this key is present with a valid value (ALL, INFO, WARNING, SEVERE, OFF),
|
|
779
779
|
the OneAgent logging level will be set to this value. If a key isn't present or doesn't have a valid value,
|
|
780
|
-
logging will default to
|
|
780
|
+
logging will default to OFF.
|
|
781
781
|
*/
|
|
782
782
|
extern NSString *_Nonnull const kDTXLogLevel;
|
|
783
783
|
|
package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/Dynatrace.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
WvdtHg1tS2J7xOlne1BkkLIgCpQ=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/Framework.h</key>
|
|
16
16
|
<data>
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Info.plist</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
qp9fUz3hubba0qI7MOCGr+4iX5k=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
0IjOlmShSkILXU9QeJ/7ERG9lzA=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
WT/47/eXcCQG2BfitEc2oHke4OA=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
|
|
32
32
|
<data>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftmodule</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
j8FQrJcBREE7pYKGgmflr3pfsIQ=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json</key>
|
|
52
52
|
<data>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</data>
|
|
67
67
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
GG2jIJjQA5zhkzIy096wbvMYJg0=
|
|
70
70
|
</data>
|
|
71
71
|
<key>Modules/module.modulemap</key>
|
|
72
72
|
<data>
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<dict>
|
|
87
87
|
<key>hash2</key>
|
|
88
88
|
<data>
|
|
89
|
-
|
|
89
|
+
MFFWoUGl76BQ1O8HWeF0HEL2ZiKpDlvMS0gd+f9BCzE=
|
|
90
90
|
</data>
|
|
91
91
|
</dict>
|
|
92
92
|
<key>Headers/Framework.h</key>
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
<dict>
|
|
101
101
|
<key>hash2</key>
|
|
102
102
|
<data>
|
|
103
|
-
|
|
103
|
+
7x/SR7jA5ykuf1f4K3AAEcZAnDyVMmMthsMFJlx8Jt8=
|
|
104
104
|
</data>
|
|
105
105
|
</dict>
|
|
106
106
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
107
107
|
<dict>
|
|
108
108
|
<key>hash2</key>
|
|
109
109
|
<data>
|
|
110
|
-
|
|
110
|
+
7b4sg36gagRVa9Ualg1BwDxWq2UEVScGbj2WjKK/3bE=
|
|
111
111
|
</data>
|
|
112
112
|
</dict>
|
|
113
113
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<dict>
|
|
143
143
|
<key>hash2</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
vWhnYNSIWwcjAgxmbpPAgYUbEFwwcDOZcB4pRERSQYQ=
|
|
146
146
|
</data>
|
|
147
147
|
</dict>
|
|
148
148
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json</key>
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
<dict>
|
|
178
178
|
<key>hash2</key>
|
|
179
179
|
<data>
|
|
180
|
-
|
|
180
|
+
S2EJa2aJU6hvXaLuMuWEnON1s72p2QXso8LX5R61dQ8=
|
|
181
181
|
</data>
|
|
182
182
|
</dict>
|
|
183
183
|
<key>Modules/module.modulemap</key>
|
package/files/plugin.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace/cordova-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.259.2",
|
|
4
4
|
"description": "This plugin gives you the ability to use the Dynatrace instrumentation in your hybrid application (Cordova, Ionic, ..). It uses the Mobile Agent, the JavaScript Agent. The Mobile Agent will give you all device specific values containing lifecycle information and the Javascript Agent will allow you to manually instrument your JavaScript/TypeScript code out of the box (Typescript definitions included). The JavaScript Agent will cover the network calls and will automatically detect them.",
|
|
5
5
|
"cordova": {
|
|
6
6
|
"id": "dynatrace-cordova-plugin",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"homepage": "https://www.dynatrace.com/",
|
|
35
35
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"axios": "^1.
|
|
37
|
+
"axios": "^1.3.3",
|
|
38
38
|
"cordova-common": "^4.1.0",
|
|
39
39
|
"jsdom": "^21.1.0",
|
|
40
40
|
"plist": "^3.0.6"
|
package/plugin.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
4
|
id="dynatrace-cordova-plugin"
|
|
5
|
-
version="1.
|
|
5
|
+
version="1.259.2">
|
|
6
6
|
<name>Dynatrace</name>
|
|
7
7
|
<description>Dynatrace Cordova Plugin</description>
|
|
8
8
|
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<source-file src="other/DynatraceCordovaPlugin.m"/>
|
|
42
42
|
</platform>
|
|
43
43
|
<platform name="android">
|
|
44
|
-
<framework src="com.dynatrace.agent:agent-android:8.
|
|
44
|
+
<framework src="com.dynatrace.agent:agent-android:8.259.1.1008" />
|
|
45
45
|
<source-file src="other/DynatraceCordovaPlugin.java" target-dir="src/com/dynatrace/cordova/plugin" />
|
|
46
46
|
|
|
47
47
|
<config-file target="config.xml" parent="/*">
|
|
@@ -70,8 +70,8 @@ var modifyPackageJsonCap = function (install, path) { return __awaiter(void 0, v
|
|
|
70
70
|
case 5:
|
|
71
71
|
capPackageJsonParsed = _b.sent();
|
|
72
72
|
if (install) {
|
|
73
|
-
capHookValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', '
|
|
74
|
-
doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', '
|
|
73
|
+
capHookValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'InstrumentCap.js'));
|
|
74
|
+
doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'Doctor.js'));
|
|
75
75
|
if (packageJsonParsed.scripts === undefined) {
|
|
76
76
|
packageJsonParsed.scripts = {};
|
|
77
77
|
}
|
|
@@ -115,7 +115,7 @@ var modifyPackageJson = function (install) { return __awaiter(void 0, void 0, vo
|
|
|
115
115
|
case 1:
|
|
116
116
|
packageJsonParsed = _a.sent();
|
|
117
117
|
if (install) {
|
|
118
|
-
doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', '
|
|
118
|
+
doctorValue = 'node ' + (0, path_1.relative)((0, path_1.join)(((0, PathHelper_1.getApplicationPath)())), (0, path_1.join)(__dirname, '..', 'Doctor.js'));
|
|
119
119
|
if (packageJsonParsed.scripts === undefined) {
|
|
120
120
|
packageJsonParsed.scripts = {};
|
|
121
121
|
}
|