@dynatrace/cordova-plugin 2.331.1 → 2.333.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 +16 -19
- package/files/iOS/Dynatrace.xcframework/Info.plist +12 -12
- package/files/iOS/Dynatrace.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/files/iOS/Dynatrace.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/files/iOS/Dynatrace.xcframework/_CodeSignature/CodeResources +69 -69
- package/files/iOS/Dynatrace.xcframework/_CodeSignature/CodeSignature +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +37 -1
- 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/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.abi.json +2 -2
- 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 +37 -1
- 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/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json +2 -2
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json +2 -2
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +15 -15
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +37 -1
- 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 +37 -1
- 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 +4 -14
package/README.md
CHANGED
|
@@ -27,13 +27,14 @@ For information as to why this is necessary, read more [here](#migration-from-ma
|
|
|
27
27
|
* For JavaScript Agent: access to API of cluster
|
|
28
28
|
* Node: >= 20.x
|
|
29
29
|
* Cordova: 10+
|
|
30
|
+
* Capacitor: 6+
|
|
30
31
|
|
|
31
32
|
## Agent Versions
|
|
32
33
|
|
|
33
34
|
These agent versions are configured in this plugin:
|
|
34
35
|
|
|
35
|
-
* Android Agent: 8.
|
|
36
|
-
* iOS Agent: 8.
|
|
36
|
+
* Android Agent: 8.333.1.1006
|
|
37
|
+
* iOS Agent: 8.333.1.1005
|
|
37
38
|
|
|
38
39
|
## Quick Setup
|
|
39
40
|
|
|
@@ -156,25 +157,17 @@ hybridWebView {
|
|
|
156
157
|
domains 'http://localhost', '.yourotherdomains.com'
|
|
157
158
|
}
|
|
158
159
|
```
|
|
159
|
-
5. Run the following commands (replace `<platform>` with `ios` or `android`):
|
|
160
|
-
*
|
|
161
|
-
* `ionic capacitor
|
|
160
|
+
5. Run the following commands (replace `<platform>` with `ios` or `android`) for instrumentation:
|
|
161
|
+
* If using **Ionic CLI**:
|
|
162
|
+
* `ionic capacitor run <platform>`
|
|
163
|
+
* `ionic capacitor sync <platform> && ionic capacitor open <platform>`
|
|
162
164
|
* `ionic capacitor build <platform>`
|
|
163
|
-
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
* `ionic capacitor run <platform>`
|
|
167
|
-
* `ionic capacitor sync <platform> && ionic capacitor open <platform>`
|
|
168
|
-
* `ionic capacitor build <platform>`
|
|
169
|
-
* If using **Capacitor CLI**:
|
|
170
|
-
* `capacitor run <platform>`
|
|
171
|
-
* `capacitor sync <platform> && capacitor open <platform>`
|
|
165
|
+
* If using **Capacitor CLI**:
|
|
166
|
+
* `capacitor run <platform>`
|
|
167
|
+
* `capacitor sync <platform> && capacitor open <platform>`
|
|
172
168
|
|
|
173
169
|
6. Run your application (if you did not use the **run** command)
|
|
174
170
|
|
|
175
|
-
**Note:**
|
|
176
|
-
Capacitor 3.1 added new hooks inside of their CLI. This allows us to instrument your application when using the `ionic capacitor run` or `capacitor run` commands.
|
|
177
|
-
|
|
178
171
|
## Opt out
|
|
179
172
|
|
|
180
173
|
You can opt-out of having your `package.json` modified by our plugin. By default, we add the hook required to properly instrument your application. To prevent issues with git, using this opt-out feature will no longer have our plugin modify your `package.json`.
|
|
@@ -187,9 +180,9 @@ If using this feature, you will need to manually add the following hook to your
|
|
|
187
180
|
```js
|
|
188
181
|
"scripts": {
|
|
189
182
|
...
|
|
190
|
-
//
|
|
183
|
+
// Option 1 (if using ionic + capacitor)
|
|
191
184
|
"ionic:capacitor:build:before": "node node_modules/@dynatrace/cordova-plugin/scripts/InstrumentCap.js"
|
|
192
|
-
// capacitor
|
|
185
|
+
// Option 2 (if using cordova + capacitor or ionic + capacitor)
|
|
193
186
|
"capacitor:sync:after": "node node_modules/@dynatrace/cordova-plugin/scripts/InstrumentCap.js"
|
|
194
187
|
},
|
|
195
188
|
```
|
|
@@ -982,6 +975,10 @@ When using Apple Pay with WKWebView, there are specific checks that WebKit (Appl
|
|
|
982
975
|
|
|
983
976
|
## Changelog
|
|
984
977
|
|
|
978
|
+
2.333.1
|
|
979
|
+
* Updated Android (8.333.1.1006) & iOS Agent (8.333.1.1005)
|
|
980
|
+
* Dropped support for Capacitor 5 and lower as they are no longer supported [per Capacitor Support Status](https://capacitorjs.com/docs/main/reference/support-policy#capacitor-maintenance-and-support-status)
|
|
981
|
+
|
|
985
982
|
2.331.1
|
|
986
983
|
* Updated Android (8.331.1.1004) & iOS Agent (8.331.1.1008)
|
|
987
984
|
* Added Swift Package Manager (SPM) support for Capacitor iOS projects
|
|
@@ -8,63 +8,63 @@
|
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>Dynatrace.framework/Dynatrace</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>
|
|
11
|
+
<string>tvos-arm64_x86_64-simulator</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>Dynatrace.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
+
<string>x86_64</string>
|
|
17
18
|
</array>
|
|
18
19
|
<key>SupportedPlatform</key>
|
|
19
|
-
<string>
|
|
20
|
+
<string>tvos</string>
|
|
21
|
+
<key>SupportedPlatformVariant</key>
|
|
22
|
+
<string>simulator</string>
|
|
20
23
|
</dict>
|
|
21
24
|
<dict>
|
|
22
25
|
<key>BinaryPath</key>
|
|
23
26
|
<string>Dynatrace.framework/Dynatrace</string>
|
|
24
27
|
<key>LibraryIdentifier</key>
|
|
25
|
-
<string>
|
|
28
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
26
29
|
<key>LibraryPath</key>
|
|
27
30
|
<string>Dynatrace.framework</string>
|
|
28
31
|
<key>SupportedArchitectures</key>
|
|
29
32
|
<array>
|
|
30
33
|
<string>arm64</string>
|
|
34
|
+
<string>x86_64</string>
|
|
31
35
|
</array>
|
|
32
36
|
<key>SupportedPlatform</key>
|
|
33
|
-
<string>
|
|
37
|
+
<string>ios</string>
|
|
38
|
+
<key>SupportedPlatformVariant</key>
|
|
39
|
+
<string>simulator</string>
|
|
34
40
|
</dict>
|
|
35
41
|
<dict>
|
|
36
42
|
<key>BinaryPath</key>
|
|
37
43
|
<string>Dynatrace.framework/Dynatrace</string>
|
|
38
44
|
<key>LibraryIdentifier</key>
|
|
39
|
-
<string>tvos-
|
|
45
|
+
<string>tvos-arm64</string>
|
|
40
46
|
<key>LibraryPath</key>
|
|
41
47
|
<string>Dynatrace.framework</string>
|
|
42
48
|
<key>SupportedArchitectures</key>
|
|
43
49
|
<array>
|
|
44
50
|
<string>arm64</string>
|
|
45
|
-
<string>x86_64</string>
|
|
46
51
|
</array>
|
|
47
52
|
<key>SupportedPlatform</key>
|
|
48
53
|
<string>tvos</string>
|
|
49
|
-
<key>SupportedPlatformVariant</key>
|
|
50
|
-
<string>simulator</string>
|
|
51
54
|
</dict>
|
|
52
55
|
<dict>
|
|
53
56
|
<key>BinaryPath</key>
|
|
54
57
|
<string>Dynatrace.framework/Dynatrace</string>
|
|
55
58
|
<key>LibraryIdentifier</key>
|
|
56
|
-
<string>ios-
|
|
59
|
+
<string>ios-arm64</string>
|
|
57
60
|
<key>LibraryPath</key>
|
|
58
61
|
<string>Dynatrace.framework</string>
|
|
59
62
|
<key>SupportedArchitectures</key>
|
|
60
63
|
<array>
|
|
61
64
|
<string>arm64</string>
|
|
62
|
-
<string>x86_64</string>
|
|
63
65
|
</array>
|
|
64
66
|
<key>SupportedPlatform</key>
|
|
65
67
|
<string>ios</string>
|
|
66
|
-
<key>SupportedPlatformVariant</key>
|
|
67
|
-
<string>simulator</string>
|
|
68
68
|
</dict>
|
|
69
69
|
</array>
|
|
70
70
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>ios-arm64/Dynatrace.framework/Dynatrace</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
rWCkv8EgFMDh+spZjad/jI/KvfQ=
|
|
10
10
|
</data>
|
|
11
11
|
<key>ios-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
12
12
|
<data>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</data>
|
|
15
15
|
<key>ios-arm64/Dynatrace.framework/Headers/Dynatrace.h</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
18
18
|
</data>
|
|
19
19
|
<key>ios-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
20
20
|
<data>
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
</data>
|
|
27
27
|
<key>ios-arm64/Dynatrace.framework/Info.plist</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
7/5F+nYMzeT34gv3kpyHpLxw0rs=
|
|
30
30
|
</data>
|
|
31
31
|
<key>ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
Q4Owszk2gJ8QGRxLw7OIWQChzYA=
|
|
34
34
|
</data>
|
|
35
35
|
<key>ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
38
38
|
</data>
|
|
39
39
|
<key>ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
40
40
|
<data>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
</data>
|
|
59
59
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace</key>
|
|
60
60
|
<data>
|
|
61
|
-
|
|
61
|
+
1D4AVsESXUXDMWDbn70ccMSdhkc=
|
|
62
62
|
</data>
|
|
63
63
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
64
64
|
<data>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</data>
|
|
67
67
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
70
70
|
</data>
|
|
71
71
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
72
72
|
<data>
|
|
@@ -78,19 +78,19 @@
|
|
|
78
78
|
</data>
|
|
79
79
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist</key>
|
|
80
80
|
<data>
|
|
81
|
-
|
|
81
|
+
/Nl+5lJt80mtRtqYtP297teqkOU=
|
|
82
82
|
</data>
|
|
83
83
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
84
84
|
<data>
|
|
85
|
-
|
|
85
|
+
TewLPRwuWR8Cqu3vzjAN3v3Y2f4=
|
|
86
86
|
</data>
|
|
87
87
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
88
88
|
<data>
|
|
89
|
-
|
|
89
|
+
lXYJUR0wiKzSZJb9V7PsarTwkFk=
|
|
90
90
|
</data>
|
|
91
91
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
92
92
|
<data>
|
|
93
|
-
|
|
93
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
94
94
|
</data>
|
|
95
95
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
96
96
|
<data>
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
</data>
|
|
107
107
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
108
108
|
<data>
|
|
109
|
-
|
|
109
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
110
110
|
</data>
|
|
111
111
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
112
112
|
<data>
|
|
@@ -130,11 +130,11 @@
|
|
|
130
130
|
</data>
|
|
131
131
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources</key>
|
|
132
132
|
<data>
|
|
133
|
-
|
|
133
|
+
cTkkCWc7m0N3KVY/e+/RNPD8fCk=
|
|
134
134
|
</data>
|
|
135
135
|
<key>tvos-arm64/Dynatrace.framework/Dynatrace</key>
|
|
136
136
|
<data>
|
|
137
|
-
|
|
137
|
+
0mc13Jo2U3a8+uKPdeoho5wIQ2o=
|
|
138
138
|
</data>
|
|
139
139
|
<key>tvos-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
140
140
|
<data>
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
</data>
|
|
143
143
|
<key>tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h</key>
|
|
144
144
|
<data>
|
|
145
|
-
|
|
145
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
146
146
|
</data>
|
|
147
147
|
<key>tvos-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
148
148
|
<data>
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
</data>
|
|
155
155
|
<key>tvos-arm64/Dynatrace.framework/Info.plist</key>
|
|
156
156
|
<data>
|
|
157
|
-
|
|
157
|
+
RK1+pbiwQvSAI3dbuLe1njOvJps=
|
|
158
158
|
</data>
|
|
159
159
|
<key>tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo</key>
|
|
160
160
|
<data>
|
|
161
|
-
|
|
161
|
+
eaV6d0lSCawTOlEZPhmYaGbTEsE=
|
|
162
162
|
</data>
|
|
163
163
|
<key>tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.abi.json</key>
|
|
164
164
|
<data>
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
</data>
|
|
187
187
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace</key>
|
|
188
188
|
<data>
|
|
189
|
-
|
|
189
|
+
Wae5SpkPoZYHEaLDxzxazPgCGRY=
|
|
190
190
|
</data>
|
|
191
191
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
192
192
|
<data>
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
</data>
|
|
195
195
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h</key>
|
|
196
196
|
<data>
|
|
197
|
-
|
|
197
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
198
198
|
</data>
|
|
199
199
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
200
200
|
<data>
|
|
@@ -206,15 +206,15 @@
|
|
|
206
206
|
</data>
|
|
207
207
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist</key>
|
|
208
208
|
<data>
|
|
209
|
-
|
|
209
|
+
fA6JNTAVg2geIwB+VKZCN3WU0v8=
|
|
210
210
|
</data>
|
|
211
211
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
212
212
|
<data>
|
|
213
|
-
|
|
213
|
+
f5Op38ZsKmxeuUpv7e027e0uUGo=
|
|
214
214
|
</data>
|
|
215
215
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
216
216
|
<data>
|
|
217
|
-
|
|
217
|
+
ATieVZa8ArTdqfYq6weOeYvpx8U=
|
|
218
218
|
</data>
|
|
219
219
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
|
|
220
220
|
<data>
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
</data>
|
|
259
259
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources</key>
|
|
260
260
|
<data>
|
|
261
|
-
|
|
261
|
+
NtSAytob6jy4D9DiKI7gScRnZj4=
|
|
262
262
|
</data>
|
|
263
263
|
</dict>
|
|
264
264
|
<key>files2</key>
|
|
@@ -267,11 +267,11 @@
|
|
|
267
267
|
<dict>
|
|
268
268
|
<key>hash</key>
|
|
269
269
|
<data>
|
|
270
|
-
|
|
270
|
+
rWCkv8EgFMDh+spZjad/jI/KvfQ=
|
|
271
271
|
</data>
|
|
272
272
|
<key>hash2</key>
|
|
273
273
|
<data>
|
|
274
|
-
|
|
274
|
+
RmHfz9tfgLwU1fRUz6GLE+bKCfsh5qGuv3r5RbJ+Gy0=
|
|
275
275
|
</data>
|
|
276
276
|
</dict>
|
|
277
277
|
<key>ios-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
@@ -289,11 +289,11 @@
|
|
|
289
289
|
<dict>
|
|
290
290
|
<key>hash</key>
|
|
291
291
|
<data>
|
|
292
|
-
|
|
292
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
293
293
|
</data>
|
|
294
294
|
<key>hash2</key>
|
|
295
295
|
<data>
|
|
296
|
-
|
|
296
|
+
ckC4PqSJvRxA91V5E+lHPbCp8BCMxDjlFwkdgEm9WA8=
|
|
297
297
|
</data>
|
|
298
298
|
</dict>
|
|
299
299
|
<key>ios-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
@@ -322,33 +322,33 @@
|
|
|
322
322
|
<dict>
|
|
323
323
|
<key>hash</key>
|
|
324
324
|
<data>
|
|
325
|
-
|
|
325
|
+
7/5F+nYMzeT34gv3kpyHpLxw0rs=
|
|
326
326
|
</data>
|
|
327
327
|
<key>hash2</key>
|
|
328
328
|
<data>
|
|
329
|
-
|
|
329
|
+
EFDSCOVixpNkTSOTZar1rjv30p/HrvRoDqerQxF9gQE=
|
|
330
330
|
</data>
|
|
331
331
|
</dict>
|
|
332
332
|
<key>ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key>
|
|
333
333
|
<dict>
|
|
334
334
|
<key>hash</key>
|
|
335
335
|
<data>
|
|
336
|
-
|
|
336
|
+
Q4Owszk2gJ8QGRxLw7OIWQChzYA=
|
|
337
337
|
</data>
|
|
338
338
|
<key>hash2</key>
|
|
339
339
|
<data>
|
|
340
|
-
|
|
340
|
+
mQezkQc63KmPqzzdcCivlrX+HXlzPLv69F1uGAZTHZE=
|
|
341
341
|
</data>
|
|
342
342
|
</dict>
|
|
343
343
|
<key>ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
344
344
|
<dict>
|
|
345
345
|
<key>hash</key>
|
|
346
346
|
<data>
|
|
347
|
-
|
|
347
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
348
348
|
</data>
|
|
349
349
|
<key>hash2</key>
|
|
350
350
|
<data>
|
|
351
|
-
|
|
351
|
+
uGfS/MoxrkxX5OJ5VRPgI1lwQGDP71f5kANrRvv6Mdo=
|
|
352
352
|
</data>
|
|
353
353
|
</dict>
|
|
354
354
|
<key>ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
<dict>
|
|
411
411
|
<key>hash</key>
|
|
412
412
|
<data>
|
|
413
|
-
|
|
413
|
+
1D4AVsESXUXDMWDbn70ccMSdhkc=
|
|
414
414
|
</data>
|
|
415
415
|
<key>hash2</key>
|
|
416
416
|
<data>
|
|
417
|
-
|
|
417
|
+
uyR0ZiHZY110MbVm+4VqEZDiC6PokYBL6YnnghobMdc=
|
|
418
418
|
</data>
|
|
419
419
|
</dict>
|
|
420
420
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
@@ -432,11 +432,11 @@
|
|
|
432
432
|
<dict>
|
|
433
433
|
<key>hash</key>
|
|
434
434
|
<data>
|
|
435
|
-
|
|
435
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
436
436
|
</data>
|
|
437
437
|
<key>hash2</key>
|
|
438
438
|
<data>
|
|
439
|
-
|
|
439
|
+
ckC4PqSJvRxA91V5E+lHPbCp8BCMxDjlFwkdgEm9WA8=
|
|
440
440
|
</data>
|
|
441
441
|
</dict>
|
|
442
442
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
@@ -465,44 +465,44 @@
|
|
|
465
465
|
<dict>
|
|
466
466
|
<key>hash</key>
|
|
467
467
|
<data>
|
|
468
|
-
|
|
468
|
+
/Nl+5lJt80mtRtqYtP297teqkOU=
|
|
469
469
|
</data>
|
|
470
470
|
<key>hash2</key>
|
|
471
471
|
<data>
|
|
472
|
-
|
|
472
|
+
aNzKz0t/QRi6rNKC/gynw2ASzooyg0jitCxdDGC4Pr0=
|
|
473
473
|
</data>
|
|
474
474
|
</dict>
|
|
475
475
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
476
476
|
<dict>
|
|
477
477
|
<key>hash</key>
|
|
478
478
|
<data>
|
|
479
|
-
|
|
479
|
+
TewLPRwuWR8Cqu3vzjAN3v3Y2f4=
|
|
480
480
|
</data>
|
|
481
481
|
<key>hash2</key>
|
|
482
482
|
<data>
|
|
483
|
-
|
|
483
|
+
HC2uxRIdtgfcXekGmt9CrB39Y3lLQaPp9S9x6vqciJ8=
|
|
484
484
|
</data>
|
|
485
485
|
</dict>
|
|
486
486
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
487
487
|
<dict>
|
|
488
488
|
<key>hash</key>
|
|
489
489
|
<data>
|
|
490
|
-
|
|
490
|
+
lXYJUR0wiKzSZJb9V7PsarTwkFk=
|
|
491
491
|
</data>
|
|
492
492
|
<key>hash2</key>
|
|
493
493
|
<data>
|
|
494
|
-
|
|
494
|
+
gy+XG7R9QSyYhL9X3r1d8Jd3IE8o+JK+zWd9ysVqJsU=
|
|
495
495
|
</data>
|
|
496
496
|
</dict>
|
|
497
497
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
498
498
|
<dict>
|
|
499
499
|
<key>hash</key>
|
|
500
500
|
<data>
|
|
501
|
-
|
|
501
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
502
502
|
</data>
|
|
503
503
|
<key>hash2</key>
|
|
504
504
|
<data>
|
|
505
|
-
|
|
505
|
+
uGfS/MoxrkxX5OJ5VRPgI1lwQGDP71f5kANrRvv6Mdo=
|
|
506
506
|
</data>
|
|
507
507
|
</dict>
|
|
508
508
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -542,11 +542,11 @@
|
|
|
542
542
|
<dict>
|
|
543
543
|
<key>hash</key>
|
|
544
544
|
<data>
|
|
545
|
-
|
|
545
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
546
546
|
</data>
|
|
547
547
|
<key>hash2</key>
|
|
548
548
|
<data>
|
|
549
|
-
|
|
549
|
+
uGfS/MoxrkxX5OJ5VRPgI1lwQGDP71f5kANrRvv6Mdo=
|
|
550
550
|
</data>
|
|
551
551
|
</dict>
|
|
552
552
|
<key>ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -608,22 +608,22 @@
|
|
|
608
608
|
<dict>
|
|
609
609
|
<key>hash</key>
|
|
610
610
|
<data>
|
|
611
|
-
|
|
611
|
+
cTkkCWc7m0N3KVY/e+/RNPD8fCk=
|
|
612
612
|
</data>
|
|
613
613
|
<key>hash2</key>
|
|
614
614
|
<data>
|
|
615
|
-
|
|
615
|
+
x6InEC/0e87B3hzzbRYSvpKD63Ux6UUPRX1zhCVgTdI=
|
|
616
616
|
</data>
|
|
617
617
|
</dict>
|
|
618
618
|
<key>tvos-arm64/Dynatrace.framework/Dynatrace</key>
|
|
619
619
|
<dict>
|
|
620
620
|
<key>hash</key>
|
|
621
621
|
<data>
|
|
622
|
-
|
|
622
|
+
0mc13Jo2U3a8+uKPdeoho5wIQ2o=
|
|
623
623
|
</data>
|
|
624
624
|
<key>hash2</key>
|
|
625
625
|
<data>
|
|
626
|
-
|
|
626
|
+
kMWIJvqlvpAF3cZf8mXo+yraoc/I4bSGkM2T5vxBQAE=
|
|
627
627
|
</data>
|
|
628
628
|
</dict>
|
|
629
629
|
<key>tvos-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
@@ -641,11 +641,11 @@
|
|
|
641
641
|
<dict>
|
|
642
642
|
<key>hash</key>
|
|
643
643
|
<data>
|
|
644
|
-
|
|
644
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
645
645
|
</data>
|
|
646
646
|
<key>hash2</key>
|
|
647
647
|
<data>
|
|
648
|
-
|
|
648
|
+
ckC4PqSJvRxA91V5E+lHPbCp8BCMxDjlFwkdgEm9WA8=
|
|
649
649
|
</data>
|
|
650
650
|
</dict>
|
|
651
651
|
<key>tvos-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
@@ -674,22 +674,22 @@
|
|
|
674
674
|
<dict>
|
|
675
675
|
<key>hash</key>
|
|
676
676
|
<data>
|
|
677
|
-
|
|
677
|
+
RK1+pbiwQvSAI3dbuLe1njOvJps=
|
|
678
678
|
</data>
|
|
679
679
|
<key>hash2</key>
|
|
680
680
|
<data>
|
|
681
|
-
|
|
681
|
+
fAkcvrOvnZvStTxw6j68qZZnwy6Ia4rUd+R7ktYZ+8U=
|
|
682
682
|
</data>
|
|
683
683
|
</dict>
|
|
684
684
|
<key>tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo</key>
|
|
685
685
|
<dict>
|
|
686
686
|
<key>hash</key>
|
|
687
687
|
<data>
|
|
688
|
-
|
|
688
|
+
eaV6d0lSCawTOlEZPhmYaGbTEsE=
|
|
689
689
|
</data>
|
|
690
690
|
<key>hash2</key>
|
|
691
691
|
<data>
|
|
692
|
-
|
|
692
|
+
Knk28KBBDCnRaJXgVhCzeiwVVFxTgqMR1x+KV0liQs4=
|
|
693
693
|
</data>
|
|
694
694
|
</dict>
|
|
695
695
|
<key>tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.abi.json</key>
|
|
@@ -762,11 +762,11 @@
|
|
|
762
762
|
<dict>
|
|
763
763
|
<key>hash</key>
|
|
764
764
|
<data>
|
|
765
|
-
|
|
765
|
+
Wae5SpkPoZYHEaLDxzxazPgCGRY=
|
|
766
766
|
</data>
|
|
767
767
|
<key>hash2</key>
|
|
768
768
|
<data>
|
|
769
|
-
|
|
769
|
+
kaygFugD3mcwTbFy82ISxXEk1am8aMEXgaw7cfLyDBE=
|
|
770
770
|
</data>
|
|
771
771
|
</dict>
|
|
772
772
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace-Swift.h</key>
|
|
@@ -784,11 +784,11 @@
|
|
|
784
784
|
<dict>
|
|
785
785
|
<key>hash</key>
|
|
786
786
|
<data>
|
|
787
|
-
|
|
787
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
788
788
|
</data>
|
|
789
789
|
<key>hash2</key>
|
|
790
790
|
<data>
|
|
791
|
-
|
|
791
|
+
ckC4PqSJvRxA91V5E+lHPbCp8BCMxDjlFwkdgEm9WA8=
|
|
792
792
|
</data>
|
|
793
793
|
</dict>
|
|
794
794
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/DynatraceSwiftUI.h</key>
|
|
@@ -817,33 +817,33 @@
|
|
|
817
817
|
<dict>
|
|
818
818
|
<key>hash</key>
|
|
819
819
|
<data>
|
|
820
|
-
|
|
820
|
+
fA6JNTAVg2geIwB+VKZCN3WU0v8=
|
|
821
821
|
</data>
|
|
822
822
|
<key>hash2</key>
|
|
823
823
|
<data>
|
|
824
|
-
|
|
824
|
+
LzNw5Zz2VcbuV2zVV9evE7FTTCiKmd4bttbcGXOw2SY=
|
|
825
825
|
</data>
|
|
826
826
|
</dict>
|
|
827
827
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
828
828
|
<dict>
|
|
829
829
|
<key>hash</key>
|
|
830
830
|
<data>
|
|
831
|
-
|
|
831
|
+
f5Op38ZsKmxeuUpv7e027e0uUGo=
|
|
832
832
|
</data>
|
|
833
833
|
<key>hash2</key>
|
|
834
834
|
<data>
|
|
835
|
-
|
|
835
|
+
4nrS4N0AlXlxGUj1w8SrBa6kVyfwD2PCa+Aq9UFNL70=
|
|
836
836
|
</data>
|
|
837
837
|
</dict>
|
|
838
838
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
839
839
|
<dict>
|
|
840
840
|
<key>hash</key>
|
|
841
841
|
<data>
|
|
842
|
-
|
|
842
|
+
ATieVZa8ArTdqfYq6weOeYvpx8U=
|
|
843
843
|
</data>
|
|
844
844
|
<key>hash2</key>
|
|
845
845
|
<data>
|
|
846
|
-
|
|
846
|
+
EEkSXg+mHxcbYHFlCIfFDxlt8SEYsyj3y9ieCQ3HTYM=
|
|
847
847
|
</data>
|
|
848
848
|
</dict>
|
|
849
849
|
<key>tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
|
|
@@ -960,11 +960,11 @@
|
|
|
960
960
|
<dict>
|
|
961
961
|
<key>hash</key>
|
|
962
962
|
<data>
|
|
963
|
-
|
|
963
|
+
NtSAytob6jy4D9DiKI7gScRnZj4=
|
|
964
964
|
</data>
|
|
965
965
|
<key>hash2</key>
|
|
966
966
|
<data>
|
|
967
|
-
|
|
967
|
+
3+UMnC6jKUt1Jcj+/6qEn9QiO8FQ5DYvNS+LftXkZEY=
|
|
968
968
|
</data>
|
|
969
969
|
</dict>
|
|
970
970
|
</dict>
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.333.1.1005
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -635,6 +635,23 @@ typedef NS_ENUM(int, DTX_StatusCode) {
|
|
|
635
635
|
/// Unavailable. Use the designated initializer.
|
|
636
636
|
- (instancetype _Nonnull)init NS_UNAVAILABLE;
|
|
637
637
|
|
|
638
|
+
@end
|
|
639
|
+
/*************************************************************************************************/
|
|
640
|
+
|
|
641
|
+
/*!
|
|
642
|
+
@brief Encapsulates W3C trace context headers for distributed tracing.
|
|
643
|
+
@discussion This object contains the traceparent and tracestate headers as defined by the W3C Trace Context specification.
|
|
644
|
+
Use these values to propagate trace context to downstream services by adding them as HTTP headers to outgoing requests.
|
|
645
|
+
@property traceparent The W3C traceparent header value identifying the request as part of a distributed trace.
|
|
646
|
+
@property tracestate The W3C tracestate header value containing vendor-specific trace information.
|
|
647
|
+
@seealso https://www.w3.org/TR/trace-context
|
|
648
|
+
*/
|
|
649
|
+
|
|
650
|
+
@interface DTXTraceContext : NSObject
|
|
651
|
+
|
|
652
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *traceparent;
|
|
653
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *tracestate;
|
|
654
|
+
|
|
638
655
|
@end
|
|
639
656
|
|
|
640
657
|
/*************************************************************************************************/
|
|
@@ -1017,6 +1034,25 @@ When the user optin feature is not used:
|
|
|
1017
1034
|
*/
|
|
1018
1035
|
+ (void)sendEvent:(DTXEventData* _Nullable)data;
|
|
1019
1036
|
|
|
1037
|
+
/*!
|
|
1038
|
+
* @brief Generates W3C trace context headers for distributed tracing.
|
|
1039
|
+
*
|
|
1040
|
+
* Creates a new trace context or enriches an existing one with Dynatrace-specific data. The returned object
|
|
1041
|
+
* contains both `traceparent` and `tracestate` headers that should be added to outgoing HTTP requests.
|
|
1042
|
+
*
|
|
1043
|
+
* Returns `nil` when:
|
|
1044
|
+
* - Capture is off (agent is not running)
|
|
1045
|
+
* - Privacy settings prevent web request tagging (data collection level doesn't permit tagging)
|
|
1046
|
+
* - Traffic control has disabled the current session
|
|
1047
|
+
* - The provided `traceparent` is invalid or the agent cannot build a complete trace context
|
|
1048
|
+
*
|
|
1049
|
+
* @seealso https://www.w3.org/TR/trace-context
|
|
1050
|
+
* @param traceparent The W3C `traceparent` header value identifying the web request as part of a trace, or `nil` to generate a new trace
|
|
1051
|
+
* @param tracestate The existing W3C `tracestate` header value of the request, or `nil` if no other tracing vendor is used
|
|
1052
|
+
* @return A `DTXTraceContext` object containing both `traceparent` and `tracestate` header values, or `nil` if the trace context cannot be created.
|
|
1053
|
+
*/
|
|
1054
|
+
+ (DTXTraceContext* _Nullable)generateTraceContext:(NSString* _Nullable)traceparent tracestate:(NSString* _Nullable)tracestate;
|
|
1055
|
+
|
|
1020
1056
|
/*!
|
|
1021
1057
|
* @brief Sends a web request event with the fields set in the data object. Use the data object to add data to the request event.
|
|
1022
1058
|
*
|
|
Binary file
|
|
Binary file
|
|
@@ -637,14 +637,14 @@
|
|
|
637
637
|
},
|
|
638
638
|
"ConstValues": [
|
|
639
639
|
{
|
|
640
|
-
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
640
|
+
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.333.x\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
641
641
|
"kind": "BooleanLiteral",
|
|
642
642
|
"offset": 872,
|
|
643
643
|
"length": 5,
|
|
644
644
|
"value": "false"
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
-
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
647
|
+
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.333.x\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
648
648
|
"kind": "BooleanLiteral",
|
|
649
649
|
"offset": 1543,
|
|
650
650
|
"length": 4,
|
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.333.1.1005
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -635,6 +635,23 @@ typedef NS_ENUM(int, DTX_StatusCode) {
|
|
|
635
635
|
/// Unavailable. Use the designated initializer.
|
|
636
636
|
- (instancetype _Nonnull)init NS_UNAVAILABLE;
|
|
637
637
|
|
|
638
|
+
@end
|
|
639
|
+
/*************************************************************************************************/
|
|
640
|
+
|
|
641
|
+
/*!
|
|
642
|
+
@brief Encapsulates W3C trace context headers for distributed tracing.
|
|
643
|
+
@discussion This object contains the traceparent and tracestate headers as defined by the W3C Trace Context specification.
|
|
644
|
+
Use these values to propagate trace context to downstream services by adding them as HTTP headers to outgoing requests.
|
|
645
|
+
@property traceparent The W3C traceparent header value identifying the request as part of a distributed trace.
|
|
646
|
+
@property tracestate The W3C tracestate header value containing vendor-specific trace information.
|
|
647
|
+
@seealso https://www.w3.org/TR/trace-context
|
|
648
|
+
*/
|
|
649
|
+
|
|
650
|
+
@interface DTXTraceContext : NSObject
|
|
651
|
+
|
|
652
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *traceparent;
|
|
653
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *tracestate;
|
|
654
|
+
|
|
638
655
|
@end
|
|
639
656
|
|
|
640
657
|
/*************************************************************************************************/
|
|
@@ -1017,6 +1034,25 @@ When the user optin feature is not used:
|
|
|
1017
1034
|
*/
|
|
1018
1035
|
+ (void)sendEvent:(DTXEventData* _Nullable)data;
|
|
1019
1036
|
|
|
1037
|
+
/*!
|
|
1038
|
+
* @brief Generates W3C trace context headers for distributed tracing.
|
|
1039
|
+
*
|
|
1040
|
+
* Creates a new trace context or enriches an existing one with Dynatrace-specific data. The returned object
|
|
1041
|
+
* contains both `traceparent` and `tracestate` headers that should be added to outgoing HTTP requests.
|
|
1042
|
+
*
|
|
1043
|
+
* Returns `nil` when:
|
|
1044
|
+
* - Capture is off (agent is not running)
|
|
1045
|
+
* - Privacy settings prevent web request tagging (data collection level doesn't permit tagging)
|
|
1046
|
+
* - Traffic control has disabled the current session
|
|
1047
|
+
* - The provided `traceparent` is invalid or the agent cannot build a complete trace context
|
|
1048
|
+
*
|
|
1049
|
+
* @seealso https://www.w3.org/TR/trace-context
|
|
1050
|
+
* @param traceparent The W3C `traceparent` header value identifying the web request as part of a trace, or `nil` to generate a new trace
|
|
1051
|
+
* @param tracestate The existing W3C `tracestate` header value of the request, or `nil` if no other tracing vendor is used
|
|
1052
|
+
* @return A `DTXTraceContext` object containing both `traceparent` and `tracestate` header values, or `nil` if the trace context cannot be created.
|
|
1053
|
+
*/
|
|
1054
|
+
+ (DTXTraceContext* _Nullable)generateTraceContext:(NSString* _Nullable)traceparent tracestate:(NSString* _Nullable)tracestate;
|
|
1055
|
+
|
|
1020
1056
|
/*!
|
|
1021
1057
|
* @brief Sends a web request event with the fields set in the data object. Use the data object to add data to the request event.
|
|
1022
1058
|
*
|
package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -637,14 +637,14 @@
|
|
|
637
637
|
},
|
|
638
638
|
"ConstValues": [
|
|
639
639
|
{
|
|
640
|
-
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
640
|
+
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.333.x\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
641
641
|
"kind": "BooleanLiteral",
|
|
642
642
|
"offset": 872,
|
|
643
643
|
"length": 5,
|
|
644
644
|
"value": "false"
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
-
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
647
|
+
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.333.x\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
648
648
|
"kind": "BooleanLiteral",
|
|
649
649
|
"offset": 1543,
|
|
650
650
|
"length": 4,
|
|
@@ -637,14 +637,14 @@
|
|
|
637
637
|
},
|
|
638
638
|
"ConstValues": [
|
|
639
639
|
{
|
|
640
|
-
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
640
|
+
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.333.x\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
641
641
|
"kind": "BooleanLiteral",
|
|
642
642
|
"offset": 872,
|
|
643
643
|
"length": 5,
|
|
644
644
|
"value": "false"
|
|
645
645
|
},
|
|
646
646
|
{
|
|
647
|
-
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
647
|
+
"filePath": "\/opt\/agent-jenkins\/workspace\/eAgent_ios-agent_release_8.333.x\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
648
648
|
"kind": "BooleanLiteral",
|
|
649
649
|
"offset": 1543,
|
|
650
650
|
"length": 4,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/Dynatrace.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/DynatraceSwiftUI.h</key>
|
|
16
16
|
<data>
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
</data>
|
|
23
23
|
<key>Info.plist</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
/Nl+5lJt80mtRtqYtP297teqkOU=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
TewLPRwuWR8Cqu3vzjAN3v3Y2f4=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
lXYJUR0wiKzSZJb9V7PsarTwkFk=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
40
40
|
<data>
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
j2SYmvHVFNzfkVVkdW0Bh07S9pE=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
EsvlaOwj5cQ/D5hjq1KmHtmQxyM=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
60
60
|
<data>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
</data>
|
|
71
71
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
72
72
|
<data>
|
|
73
|
-
|
|
73
|
+
5T9KF+QyqtjwiAtc+2fsRWSekoY=
|
|
74
74
|
</data>
|
|
75
75
|
<key>Modules/module.modulemap</key>
|
|
76
76
|
<data>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<dict>
|
|
95
95
|
<key>hash2</key>
|
|
96
96
|
<data>
|
|
97
|
-
|
|
97
|
+
ckC4PqSJvRxA91V5E+lHPbCp8BCMxDjlFwkdgEm9WA8=
|
|
98
98
|
</data>
|
|
99
99
|
</dict>
|
|
100
100
|
<key>Headers/DynatraceSwiftUI.h</key>
|
|
@@ -115,21 +115,21 @@
|
|
|
115
115
|
<dict>
|
|
116
116
|
<key>hash2</key>
|
|
117
117
|
<data>
|
|
118
|
-
|
|
118
|
+
HC2uxRIdtgfcXekGmt9CrB39Y3lLQaPp9S9x6vqciJ8=
|
|
119
119
|
</data>
|
|
120
120
|
</dict>
|
|
121
121
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
122
122
|
<dict>
|
|
123
123
|
<key>hash2</key>
|
|
124
124
|
<data>
|
|
125
|
-
|
|
125
|
+
gy+XG7R9QSyYhL9X3r1d8Jd3IE8o+JK+zWd9ysVqJsU=
|
|
126
126
|
</data>
|
|
127
127
|
</dict>
|
|
128
128
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
129
129
|
<dict>
|
|
130
130
|
<key>hash2</key>
|
|
131
131
|
<data>
|
|
132
|
-
|
|
132
|
+
uGfS/MoxrkxX5OJ5VRPgI1lwQGDP71f5kANrRvv6Mdo=
|
|
133
133
|
</data>
|
|
134
134
|
</dict>
|
|
135
135
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -157,14 +157,14 @@
|
|
|
157
157
|
<dict>
|
|
158
158
|
<key>hash2</key>
|
|
159
159
|
<data>
|
|
160
|
-
|
|
160
|
+
D/ABGzZNJ5013nI/sgIC7ucg1IgldmjfYIpqlyfEqjQ=
|
|
161
161
|
</data>
|
|
162
162
|
</dict>
|
|
163
163
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
164
164
|
<dict>
|
|
165
165
|
<key>hash2</key>
|
|
166
166
|
<data>
|
|
167
|
-
|
|
167
|
+
uGfS/MoxrkxX5OJ5VRPgI1lwQGDP71f5kANrRvv6Mdo=
|
|
168
168
|
</data>
|
|
169
169
|
</dict>
|
|
170
170
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<dict>
|
|
193
193
|
<key>hash2</key>
|
|
194
194
|
<data>
|
|
195
|
-
|
|
195
|
+
sKxSHCUiH5V0l2WI1JaC6Ou0DYqklLlPJ54yz5j2NW4=
|
|
196
196
|
</data>
|
|
197
197
|
</dict>
|
|
198
198
|
<key>Modules/module.modulemap</key>
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.333.1.1005
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -635,6 +635,23 @@ typedef NS_ENUM(int, DTX_StatusCode) {
|
|
|
635
635
|
/// Unavailable. Use the designated initializer.
|
|
636
636
|
- (instancetype _Nonnull)init NS_UNAVAILABLE;
|
|
637
637
|
|
|
638
|
+
@end
|
|
639
|
+
/*************************************************************************************************/
|
|
640
|
+
|
|
641
|
+
/*!
|
|
642
|
+
@brief Encapsulates W3C trace context headers for distributed tracing.
|
|
643
|
+
@discussion This object contains the traceparent and tracestate headers as defined by the W3C Trace Context specification.
|
|
644
|
+
Use these values to propagate trace context to downstream services by adding them as HTTP headers to outgoing requests.
|
|
645
|
+
@property traceparent The W3C traceparent header value identifying the request as part of a distributed trace.
|
|
646
|
+
@property tracestate The W3C tracestate header value containing vendor-specific trace information.
|
|
647
|
+
@seealso https://www.w3.org/TR/trace-context
|
|
648
|
+
*/
|
|
649
|
+
|
|
650
|
+
@interface DTXTraceContext : NSObject
|
|
651
|
+
|
|
652
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *traceparent;
|
|
653
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *tracestate;
|
|
654
|
+
|
|
638
655
|
@end
|
|
639
656
|
|
|
640
657
|
/*************************************************************************************************/
|
|
@@ -1017,6 +1034,25 @@ When the user optin feature is not used:
|
|
|
1017
1034
|
*/
|
|
1018
1035
|
+ (void)sendEvent:(DTXEventData* _Nullable)data;
|
|
1019
1036
|
|
|
1037
|
+
/*!
|
|
1038
|
+
* @brief Generates W3C trace context headers for distributed tracing.
|
|
1039
|
+
*
|
|
1040
|
+
* Creates a new trace context or enriches an existing one with Dynatrace-specific data. The returned object
|
|
1041
|
+
* contains both `traceparent` and `tracestate` headers that should be added to outgoing HTTP requests.
|
|
1042
|
+
*
|
|
1043
|
+
* Returns `nil` when:
|
|
1044
|
+
* - Capture is off (agent is not running)
|
|
1045
|
+
* - Privacy settings prevent web request tagging (data collection level doesn't permit tagging)
|
|
1046
|
+
* - Traffic control has disabled the current session
|
|
1047
|
+
* - The provided `traceparent` is invalid or the agent cannot build a complete trace context
|
|
1048
|
+
*
|
|
1049
|
+
* @seealso https://www.w3.org/TR/trace-context
|
|
1050
|
+
* @param traceparent The W3C `traceparent` header value identifying the web request as part of a trace, or `nil` to generate a new trace
|
|
1051
|
+
* @param tracestate The existing W3C `tracestate` header value of the request, or `nil` if no other tracing vendor is used
|
|
1052
|
+
* @return A `DTXTraceContext` object containing both `traceparent` and `tracestate` header values, or `nil` if the trace context cannot be created.
|
|
1053
|
+
*/
|
|
1054
|
+
+ (DTXTraceContext* _Nullable)generateTraceContext:(NSString* _Nullable)traceparent tracestate:(NSString* _Nullable)tracestate;
|
|
1055
|
+
|
|
1020
1056
|
/*!
|
|
1021
1057
|
* @brief Sends a web request event with the fields set in the data object. Use the data object to add data to the request event.
|
|
1022
1058
|
*
|
|
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.333.1.1005
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -635,6 +635,23 @@ typedef NS_ENUM(int, DTX_StatusCode) {
|
|
|
635
635
|
/// Unavailable. Use the designated initializer.
|
|
636
636
|
- (instancetype _Nonnull)init NS_UNAVAILABLE;
|
|
637
637
|
|
|
638
|
+
@end
|
|
639
|
+
/*************************************************************************************************/
|
|
640
|
+
|
|
641
|
+
/*!
|
|
642
|
+
@brief Encapsulates W3C trace context headers for distributed tracing.
|
|
643
|
+
@discussion This object contains the traceparent and tracestate headers as defined by the W3C Trace Context specification.
|
|
644
|
+
Use these values to propagate trace context to downstream services by adding them as HTTP headers to outgoing requests.
|
|
645
|
+
@property traceparent The W3C traceparent header value identifying the request as part of a distributed trace.
|
|
646
|
+
@property tracestate The W3C tracestate header value containing vendor-specific trace information.
|
|
647
|
+
@seealso https://www.w3.org/TR/trace-context
|
|
648
|
+
*/
|
|
649
|
+
|
|
650
|
+
@interface DTXTraceContext : NSObject
|
|
651
|
+
|
|
652
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *traceparent;
|
|
653
|
+
@property (nonatomic, strong, readonly, nonnull) NSString *tracestate;
|
|
654
|
+
|
|
638
655
|
@end
|
|
639
656
|
|
|
640
657
|
/*************************************************************************************************/
|
|
@@ -1017,6 +1034,25 @@ When the user optin feature is not used:
|
|
|
1017
1034
|
*/
|
|
1018
1035
|
+ (void)sendEvent:(DTXEventData* _Nullable)data;
|
|
1019
1036
|
|
|
1037
|
+
/*!
|
|
1038
|
+
* @brief Generates W3C trace context headers for distributed tracing.
|
|
1039
|
+
*
|
|
1040
|
+
* Creates a new trace context or enriches an existing one with Dynatrace-specific data. The returned object
|
|
1041
|
+
* contains both `traceparent` and `tracestate` headers that should be added to outgoing HTTP requests.
|
|
1042
|
+
*
|
|
1043
|
+
* Returns `nil` when:
|
|
1044
|
+
* - Capture is off (agent is not running)
|
|
1045
|
+
* - Privacy settings prevent web request tagging (data collection level doesn't permit tagging)
|
|
1046
|
+
* - Traffic control has disabled the current session
|
|
1047
|
+
* - The provided `traceparent` is invalid or the agent cannot build a complete trace context
|
|
1048
|
+
*
|
|
1049
|
+
* @seealso https://www.w3.org/TR/trace-context
|
|
1050
|
+
* @param traceparent The W3C `traceparent` header value identifying the web request as part of a trace, or `nil` to generate a new trace
|
|
1051
|
+
* @param tracestate The existing W3C `tracestate` header value of the request, or `nil` if no other tracing vendor is used
|
|
1052
|
+
* @return A `DTXTraceContext` object containing both `traceparent` and `tracestate` header values, or `nil` if the trace context cannot be created.
|
|
1053
|
+
*/
|
|
1054
|
+
+ (DTXTraceContext* _Nullable)generateTraceContext:(NSString* _Nullable)traceparent tracestate:(NSString* _Nullable)tracestate;
|
|
1055
|
+
|
|
1020
1056
|
/*!
|
|
1021
1057
|
* @brief Sends a web request event with the fields set in the data object. Use the data object to add data to the request event.
|
|
1022
1058
|
*
|
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
|
+
zdJ4gO+nNm1T0/bim/GsNi2fDX8=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/DynatraceSwiftUI.h</key>
|
|
16
16
|
<data>
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
</data>
|
|
23
23
|
<key>Info.plist</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
fA6JNTAVg2geIwB+VKZCN3WU0v8=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
f5Op38ZsKmxeuUpv7e027e0uUGo=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
ATieVZa8ArTdqfYq6weOeYvpx8U=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
|
|
36
36
|
<data>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftmodule</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
S1ggVEK+FosfXRShB0uq6Yb2MHI=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json</key>
|
|
56
56
|
<data>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
</data>
|
|
71
71
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftmodule</key>
|
|
72
72
|
<data>
|
|
73
|
-
|
|
73
|
+
iIPrA8+0D8ceQCaobyNIBU9r7tk=
|
|
74
74
|
</data>
|
|
75
75
|
<key>Modules/module.modulemap</key>
|
|
76
76
|
<data>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<dict>
|
|
95
95
|
<key>hash2</key>
|
|
96
96
|
<data>
|
|
97
|
-
|
|
97
|
+
ckC4PqSJvRxA91V5E+lHPbCp8BCMxDjlFwkdgEm9WA8=
|
|
98
98
|
</data>
|
|
99
99
|
</dict>
|
|
100
100
|
<key>Headers/DynatraceSwiftUI.h</key>
|
|
@@ -115,14 +115,14 @@
|
|
|
115
115
|
<dict>
|
|
116
116
|
<key>hash2</key>
|
|
117
117
|
<data>
|
|
118
|
-
|
|
118
|
+
4nrS4N0AlXlxGUj1w8SrBa6kVyfwD2PCa+Aq9UFNL70=
|
|
119
119
|
</data>
|
|
120
120
|
</dict>
|
|
121
121
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo</key>
|
|
122
122
|
<dict>
|
|
123
123
|
<key>hash2</key>
|
|
124
124
|
<data>
|
|
125
|
-
|
|
125
|
+
EEkSXg+mHxcbYHFlCIfFDxlt8SEYsyj3y9ieCQ3HTYM=
|
|
126
126
|
</data>
|
|
127
127
|
</dict>
|
|
128
128
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json</key>
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<dict>
|
|
158
158
|
<key>hash2</key>
|
|
159
159
|
<data>
|
|
160
|
-
|
|
160
|
+
Mxy7Wvu0LJ+KGmRFw5+svn6nF65NG8/JVlpb3Tda63U=
|
|
161
161
|
</data>
|
|
162
162
|
</dict>
|
|
163
163
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json</key>
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<dict>
|
|
193
193
|
<key>hash2</key>
|
|
194
194
|
<data>
|
|
195
|
-
|
|
195
|
+
LRodieQe0FU53kkSPlW4gVqkTzIv7IBukJqqlW+1SQo=
|
|
196
196
|
</data>
|
|
197
197
|
</dict>
|
|
198
198
|
<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": "2.
|
|
3
|
+
"version": "2.333.1",
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"homepage": "https://www.dynatrace.com/",
|
|
41
41
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"axios": "^1.13.
|
|
43
|
+
"axios": "^1.13.6",
|
|
44
44
|
"jsdom": "^27.0.0",
|
|
45
45
|
"plist": "^3.1.0"
|
|
46
46
|
},
|
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="2.
|
|
5
|
+
version="2.333.1">
|
|
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.333.1.1006" />
|
|
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="/*">
|
|
@@ -36,7 +36,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.moveIosFilesForSPM = exports.replacePackageSwiftWithOriginal = exports.isOptOut = exports.parsedNpmConfig = exports.parsedCapPackageJson = exports.parsedPluginPackageJson = exports.parsedApplicationPackageJson = exports.removeScriptHookAndDeps = exports.addScriptHook = exports.
|
|
39
|
+
exports.moveIosFilesForSPM = exports.replacePackageSwiftWithOriginal = exports.isOptOut = exports.parsedNpmConfig = exports.parsedCapPackageJson = exports.parsedPluginPackageJson = exports.parsedApplicationPackageJson = exports.removeScriptHookAndDeps = exports.addScriptHook = exports.removePListModification = exports.removeGradleModification = exports.modifyPackageJsonCap = exports.CAP_HOOK = exports.IONIC_HOOK = void 0;
|
|
40
40
|
var path_1 = require("path");
|
|
41
41
|
var fs_1 = require("fs");
|
|
42
42
|
var Android_1 = require("../Android");
|
|
@@ -75,14 +75,9 @@ var modifyPackageJsonCap = function (install, isOptOut, path) { return __awaiter
|
|
|
75
75
|
if (packageJsonParsed.scripts === undefined) {
|
|
76
76
|
packageJsonParsed.scripts = {};
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
delete packageJsonParsed.scripts[exports.IONIC_HOOK];
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
else {
|
|
85
|
-
packageJsonParsed = (0, exports.addScriptHook)(packageJsonParsed, exports.IONIC_HOOK, capHookValue);
|
|
78
|
+
packageJsonParsed = (0, exports.addScriptHook)(packageJsonParsed, exports.CAP_HOOK, capHookValue);
|
|
79
|
+
if (packageJsonParsed.scripts[exports.IONIC_HOOK]) {
|
|
80
|
+
delete packageJsonParsed.scripts[exports.IONIC_HOOK];
|
|
86
81
|
}
|
|
87
82
|
}
|
|
88
83
|
else {
|
|
@@ -167,11 +162,6 @@ var removePListModification = function () { return __awaiter(void 0, void 0, voi
|
|
|
167
162
|
});
|
|
168
163
|
}); };
|
|
169
164
|
exports.removePListModification = removePListModification;
|
|
170
|
-
var isCapVersionThreeOneOrHigher = function (packageJson) {
|
|
171
|
-
var version = packageJson.version;
|
|
172
|
-
return Number(version.substring(0, version.lastIndexOf('.'))) >= 3.1;
|
|
173
|
-
};
|
|
174
|
-
exports.isCapVersionThreeOneOrHigher = isCapVersionThreeOneOrHigher;
|
|
175
165
|
var addScriptHook = function (packageJsonParsed, hook, value) {
|
|
176
166
|
if (packageJsonParsed.scripts[hook] !== value) {
|
|
177
167
|
packageJsonParsed.scripts[hook] = value;
|