@dynatrace/cordova-plugin 1.265.1 → 1.271.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 +9 -2
- package/files/iOS/Dynatrace.xcframework/Info.plist +4 -4
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +6 -1
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h +6 -0
- 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 +319 -2
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.private.swiftinterface +19 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.swiftinterface +19 -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 +6 -1
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/DynatraceSwiftUI.h +6 -0
- 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 +319 -2
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +19 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface +19 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json +319 -2
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +19 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +19 -0
- package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +25 -25
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +6 -1
- package/files/iOS/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h +6 -0
- 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 +6 -1
- package/files/iOS/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/DynatraceSwiftUI.h +6 -0
- 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 +13 -13
- package/files/plugin.gradle +1 -1
- package/package.json +2 -2
- package/plugin.xml +2 -2
package/README.md
CHANGED
|
@@ -24,8 +24,9 @@ The `dynatrace-cordova-plugin` is the old version of this plugin. Consider it de
|
|
|
24
24
|
|
|
25
25
|
This agent versions are configured in this plugin:
|
|
26
26
|
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* Android Agent: 8.271.1.1003
|
|
28
|
+
* iOS Agent: 8.271.2.1007
|
|
29
|
+
|
|
29
30
|
## Quick Setup
|
|
30
31
|
|
|
31
32
|
1. [Installation of the plugin](#1-installation-of-the-plugin)
|
|
@@ -802,6 +803,12 @@ When using Apple Pay with WKWebView, there are specific checks that WebKit (Appl
|
|
|
802
803
|
|
|
803
804
|
## Changelog
|
|
804
805
|
|
|
806
|
+
1.271.1
|
|
807
|
+
* Updated Android (8.271.1.1003) & iOS Agent (8.271.2.1007)
|
|
808
|
+
|
|
809
|
+
1.267.1
|
|
810
|
+
* Updated Android (8.267.1.1005) & iOS Agent (8.267.1.1006)
|
|
811
|
+
|
|
805
812
|
1.265.1
|
|
806
813
|
* Updated Android (8.265.1.1002) & iOS Agent (8.265.1.1003)
|
|
807
814
|
* Fixed installation issue with old plugin
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
8
|
<key>LibraryIdentifier</key>
|
|
9
|
-
<string>
|
|
9
|
+
<string>ios-arm64</string>
|
|
10
10
|
<key>LibraryPath</key>
|
|
11
11
|
<string>Dynatrace.framework</string>
|
|
12
12
|
<key>SupportedArchitectures</key>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<string>arm64</string>
|
|
15
15
|
</array>
|
|
16
16
|
<key>SupportedPlatform</key>
|
|
17
|
-
<string>
|
|
17
|
+
<string>ios</string>
|
|
18
18
|
</dict>
|
|
19
19
|
<dict>
|
|
20
20
|
<key>LibraryIdentifier</key>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
</dict>
|
|
49
49
|
<dict>
|
|
50
50
|
<key>LibraryIdentifier</key>
|
|
51
|
-
<string>
|
|
51
|
+
<string>tvos-arm64</string>
|
|
52
52
|
<key>LibraryPath</key>
|
|
53
53
|
<string>Dynatrace.framework</string>
|
|
54
54
|
<key>SupportedArchitectures</key>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<string>arm64</string>
|
|
57
57
|
</array>
|
|
58
58
|
<key>SupportedPlatform</key>
|
|
59
|
-
<string>
|
|
59
|
+
<string>tvos</string>
|
|
60
60
|
</dict>
|
|
61
61
|
</array>
|
|
62
62
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.271.2.1007
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -1024,3 +1024,8 @@ extern NSString *_Nonnull const kDTXSwiftMappingJson;
|
|
|
1024
1024
|
Generated and passed automatically by the Dynatrace SwiftUI intrumentor.
|
|
1025
1025
|
*/
|
|
1026
1026
|
extern NSString *_Nonnull const kDTXSwiftIsSwiftUIApp;
|
|
1027
|
+
/*!
|
|
1028
|
+
@const kDTXInstrumentAsyncWebRequests
|
|
1029
|
+
Enables auto-instrumentation of the async URLSession calls. The default value is true.
|
|
1030
|
+
*/
|
|
1031
|
+
extern NSString *_Nonnull const kDTXInstrumentAsyncWebRequests;
|
package/files/iOS/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/DynatraceSwiftUI.h
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
// Copyright 2011-2023 Dynatrace LLC
|
|
17
17
|
|
|
18
18
|
#import <Foundation/Foundation.h>
|
|
19
|
+
#import "Dynatrace.h"
|
|
19
20
|
|
|
20
21
|
@interface DynatraceSwiftUI: NSObject
|
|
21
22
|
/*!
|
|
@@ -28,4 +29,9 @@
|
|
|
28
29
|
*/
|
|
29
30
|
+ (void)swiftUIViewDidDisappear:(id _Nonnull)view with:(id _Nonnull)lifecycleHolder;
|
|
30
31
|
|
|
32
|
+
/*!
|
|
33
|
+
@brief Gets invoked automatically by the SwiftUI instrumentor when a touch action must be reported.
|
|
34
|
+
*/
|
|
35
|
+
+ (DTXAction* _Nonnull)touchActionWith:(NSDictionary* _Nonnull)reportValues;
|
|
36
|
+
|
|
31
37
|
@end
|
|
Binary file
|
|
Binary file
|
|
@@ -11,6 +11,245 @@
|
|
|
11
11
|
"declKind": "Import",
|
|
12
12
|
"moduleName": "Dynatrace"
|
|
13
13
|
},
|
|
14
|
+
{
|
|
15
|
+
"kind": "TypeDecl",
|
|
16
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
17
|
+
"printedName": "SwiftUIInstrumentationConfigParam",
|
|
18
|
+
"children": [
|
|
19
|
+
{
|
|
20
|
+
"kind": "Var",
|
|
21
|
+
"name": "skipInstrumentation",
|
|
22
|
+
"printedName": "skipInstrumentation",
|
|
23
|
+
"children": [
|
|
24
|
+
{
|
|
25
|
+
"kind": "TypeFunc",
|
|
26
|
+
"name": "Function",
|
|
27
|
+
"printedName": "(Dynatrace.SwiftUIInstrumentationConfigParam.Type) -> Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
28
|
+
"children": [
|
|
29
|
+
{
|
|
30
|
+
"kind": "TypeNominal",
|
|
31
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
32
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
33
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"kind": "TypeNominal",
|
|
37
|
+
"name": "Metatype",
|
|
38
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam.Type",
|
|
39
|
+
"children": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "TypeNominal",
|
|
42
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
43
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
44
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"declKind": "EnumElement",
|
|
52
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO19skipInstrumentationyA2CmF",
|
|
53
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO19skipInstrumentationyA2CmF",
|
|
54
|
+
"moduleName": "Dynatrace"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"kind": "Var",
|
|
58
|
+
"name": "useDefaultControlName",
|
|
59
|
+
"printedName": "useDefaultControlName",
|
|
60
|
+
"children": [
|
|
61
|
+
{
|
|
62
|
+
"kind": "TypeFunc",
|
|
63
|
+
"name": "Function",
|
|
64
|
+
"printedName": "(Dynatrace.SwiftUIInstrumentationConfigParam.Type) -> Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
65
|
+
"children": [
|
|
66
|
+
{
|
|
67
|
+
"kind": "TypeNominal",
|
|
68
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
69
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
70
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind": "TypeNominal",
|
|
74
|
+
"name": "Metatype",
|
|
75
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam.Type",
|
|
76
|
+
"children": [
|
|
77
|
+
{
|
|
78
|
+
"kind": "TypeNominal",
|
|
79
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
80
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
81
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"declKind": "EnumElement",
|
|
89
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO21useDefaultControlNameyA2CmF",
|
|
90
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO21useDefaultControlNameyA2CmF",
|
|
91
|
+
"moduleName": "Dynatrace"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"kind": "Var",
|
|
95
|
+
"name": "doNotReportStateVariable",
|
|
96
|
+
"printedName": "doNotReportStateVariable",
|
|
97
|
+
"children": [
|
|
98
|
+
{
|
|
99
|
+
"kind": "TypeFunc",
|
|
100
|
+
"name": "Function",
|
|
101
|
+
"printedName": "(Dynatrace.SwiftUIInstrumentationConfigParam.Type) -> Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
102
|
+
"children": [
|
|
103
|
+
{
|
|
104
|
+
"kind": "TypeNominal",
|
|
105
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
106
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
107
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"kind": "TypeNominal",
|
|
111
|
+
"name": "Metatype",
|
|
112
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam.Type",
|
|
113
|
+
"children": [
|
|
114
|
+
{
|
|
115
|
+
"kind": "TypeNominal",
|
|
116
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
117
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
118
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"declKind": "EnumElement",
|
|
126
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO24doNotReportStateVariableyA2CmF",
|
|
127
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO24doNotReportStateVariableyA2CmF",
|
|
128
|
+
"moduleName": "Dynatrace"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"kind": "Function",
|
|
132
|
+
"name": "==",
|
|
133
|
+
"printedName": "==(_:_:)",
|
|
134
|
+
"children": [
|
|
135
|
+
{
|
|
136
|
+
"kind": "TypeNominal",
|
|
137
|
+
"name": "Bool",
|
|
138
|
+
"printedName": "Swift.Bool",
|
|
139
|
+
"usr": "s:Sb"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"kind": "TypeNominal",
|
|
143
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
144
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
145
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"kind": "TypeNominal",
|
|
149
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
150
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
151
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"declKind": "Func",
|
|
155
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO2eeoiySbAC_ACtFZ",
|
|
156
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO2eeoiySbAC_ACtFZ",
|
|
157
|
+
"moduleName": "Dynatrace",
|
|
158
|
+
"static": true,
|
|
159
|
+
"implicit": true,
|
|
160
|
+
"funcSelfKind": "NonMutating"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"kind": "Var",
|
|
164
|
+
"name": "hashValue",
|
|
165
|
+
"printedName": "hashValue",
|
|
166
|
+
"children": [
|
|
167
|
+
{
|
|
168
|
+
"kind": "TypeNominal",
|
|
169
|
+
"name": "Int",
|
|
170
|
+
"printedName": "Swift.Int",
|
|
171
|
+
"usr": "s:Si"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"declKind": "Var",
|
|
175
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO9hashValueSivp",
|
|
176
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO9hashValueSivp",
|
|
177
|
+
"moduleName": "Dynatrace",
|
|
178
|
+
"implicit": true,
|
|
179
|
+
"accessors": [
|
|
180
|
+
{
|
|
181
|
+
"kind": "Accessor",
|
|
182
|
+
"name": "Get",
|
|
183
|
+
"printedName": "Get()",
|
|
184
|
+
"children": [
|
|
185
|
+
{
|
|
186
|
+
"kind": "TypeNominal",
|
|
187
|
+
"name": "Int",
|
|
188
|
+
"printedName": "Swift.Int",
|
|
189
|
+
"usr": "s:Si"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"declKind": "Accessor",
|
|
193
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO9hashValueSivg",
|
|
194
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO9hashValueSivg",
|
|
195
|
+
"moduleName": "Dynatrace",
|
|
196
|
+
"implicit": true,
|
|
197
|
+
"accessorKind": "get"
|
|
198
|
+
}
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"kind": "Function",
|
|
203
|
+
"name": "hash",
|
|
204
|
+
"printedName": "hash(into:)",
|
|
205
|
+
"children": [
|
|
206
|
+
{
|
|
207
|
+
"kind": "TypeNominal",
|
|
208
|
+
"name": "Void",
|
|
209
|
+
"printedName": "()"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"kind": "TypeNominal",
|
|
213
|
+
"name": "Hasher",
|
|
214
|
+
"printedName": "Swift.Hasher",
|
|
215
|
+
"paramValueOwnership": "InOut",
|
|
216
|
+
"usr": "s:s6HasherV"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"declKind": "Func",
|
|
220
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO4hash4intoys6HasherVz_tF",
|
|
221
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO4hash4intoys6HasherVz_tF",
|
|
222
|
+
"moduleName": "Dynatrace",
|
|
223
|
+
"implicit": true,
|
|
224
|
+
"funcSelfKind": "NonMutating"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"declKind": "Enum",
|
|
228
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO",
|
|
229
|
+
"mangledName": "$s9Dynatrace33SwiftUIInstrumentationConfigParamO",
|
|
230
|
+
"moduleName": "Dynatrace",
|
|
231
|
+
"intro_iOS": "13.0",
|
|
232
|
+
"declAttributes": [
|
|
233
|
+
"AccessControl",
|
|
234
|
+
"Available"
|
|
235
|
+
],
|
|
236
|
+
"conformances": [
|
|
237
|
+
{
|
|
238
|
+
"kind": "Conformance",
|
|
239
|
+
"name": "Equatable",
|
|
240
|
+
"printedName": "Equatable",
|
|
241
|
+
"usr": "s:SQ",
|
|
242
|
+
"mangledName": "$sSQ"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "Conformance",
|
|
246
|
+
"name": "Hashable",
|
|
247
|
+
"printedName": "Hashable",
|
|
248
|
+
"usr": "s:SH",
|
|
249
|
+
"mangledName": "$sSH"
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
},
|
|
14
253
|
{
|
|
15
254
|
"kind": "TypeDecl",
|
|
16
255
|
"name": "instrument",
|
|
@@ -227,6 +466,84 @@
|
|
|
227
466
|
"moduleName": "Dynatrace",
|
|
228
467
|
"genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>",
|
|
229
468
|
"sugared_genericSig": "<Self where Self : SwiftUI.View>",
|
|
469
|
+
"deprecated": true,
|
|
470
|
+
"declAttributes": [
|
|
471
|
+
"Available"
|
|
472
|
+
],
|
|
473
|
+
"isFromExtension": true,
|
|
474
|
+
"funcSelfKind": "NonMutating"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "Function",
|
|
478
|
+
"name": "withDefaultControlName",
|
|
479
|
+
"printedName": "withDefaultControlName()",
|
|
480
|
+
"children": [
|
|
481
|
+
{
|
|
482
|
+
"kind": "TypeNominal",
|
|
483
|
+
"name": "OpaqueTypeArchetype",
|
|
484
|
+
"printedName": "some SwiftUI.View",
|
|
485
|
+
"children": [
|
|
486
|
+
{
|
|
487
|
+
"kind": "TypeNominal",
|
|
488
|
+
"name": "View",
|
|
489
|
+
"printedName": "SwiftUI.View",
|
|
490
|
+
"usr": "s:7SwiftUI4ViewP"
|
|
491
|
+
}
|
|
492
|
+
]
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"declKind": "Func",
|
|
496
|
+
"usr": "s:7SwiftUI4ViewP9DynatraceE22withDefaultControlNameQryF",
|
|
497
|
+
"mangledName": "$s7SwiftUI4ViewP9DynatraceE22withDefaultControlNameQryF",
|
|
498
|
+
"moduleName": "Dynatrace",
|
|
499
|
+
"genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>",
|
|
500
|
+
"sugared_genericSig": "<Self where Self : SwiftUI.View>",
|
|
501
|
+
"deprecated": true,
|
|
502
|
+
"declAttributes": [
|
|
503
|
+
"Available"
|
|
504
|
+
],
|
|
505
|
+
"isFromExtension": true,
|
|
506
|
+
"funcSelfKind": "NonMutating"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "Function",
|
|
510
|
+
"name": "withCustomInstrumentationConfig",
|
|
511
|
+
"printedName": "withCustomInstrumentationConfig(_:)",
|
|
512
|
+
"children": [
|
|
513
|
+
{
|
|
514
|
+
"kind": "TypeNominal",
|
|
515
|
+
"name": "OpaqueTypeArchetype",
|
|
516
|
+
"printedName": "some SwiftUI.View",
|
|
517
|
+
"children": [
|
|
518
|
+
{
|
|
519
|
+
"kind": "TypeNominal",
|
|
520
|
+
"name": "View",
|
|
521
|
+
"printedName": "SwiftUI.View",
|
|
522
|
+
"usr": "s:7SwiftUI4ViewP"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"kind": "TypeNominal",
|
|
528
|
+
"name": "Array",
|
|
529
|
+
"printedName": "[Dynatrace.SwiftUIInstrumentationConfigParam]",
|
|
530
|
+
"children": [
|
|
531
|
+
{
|
|
532
|
+
"kind": "TypeNominal",
|
|
533
|
+
"name": "SwiftUIInstrumentationConfigParam",
|
|
534
|
+
"printedName": "Dynatrace.SwiftUIInstrumentationConfigParam",
|
|
535
|
+
"usr": "s:9Dynatrace33SwiftUIInstrumentationConfigParamO"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"usr": "s:Sa"
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"declKind": "Func",
|
|
542
|
+
"usr": "s:7SwiftUI4ViewP9DynatraceE31withCustomInstrumentationConfigyQrAD0a17UIInstrumentationH5ParamOd_tF",
|
|
543
|
+
"mangledName": "$s7SwiftUI4ViewP9DynatraceE31withCustomInstrumentationConfigyQrAD0a17UIInstrumentationH5ParamOd_tF",
|
|
544
|
+
"moduleName": "Dynatrace",
|
|
545
|
+
"genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>",
|
|
546
|
+
"sugared_genericSig": "<Self where Self : SwiftUI.View>",
|
|
230
547
|
"isFromExtension": true,
|
|
231
548
|
"funcSelfKind": "NonMutating"
|
|
232
549
|
}
|
|
@@ -255,9 +572,9 @@
|
|
|
255
572
|
},
|
|
256
573
|
"ConstValues": [
|
|
257
574
|
{
|
|
258
|
-
"filePath": "\/opt\/jenkins\/workspace\/
|
|
575
|
+
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.271.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
259
576
|
"kind": "BooleanLiteral",
|
|
260
|
-
"offset":
|
|
577
|
+
"offset": 1277,
|
|
261
578
|
"length": 4,
|
|
262
579
|
"value": "true"
|
|
263
580
|
}
|
|
@@ -9,8 +9,23 @@ import _Concurrency
|
|
|
9
9
|
import _StringProcessing
|
|
10
10
|
@available(iOS 13.0, *)
|
|
11
11
|
extension SwiftUI.View {
|
|
12
|
+
@available(*, deprecated, message: "Use withCustomInstrumentationConfig(.skipInstrumentation) instead")
|
|
12
13
|
public func skippingInstrumentation() -> some SwiftUI.View
|
|
13
14
|
|
|
15
|
+
@available(*, deprecated, message: "Use withCustomInstrumentationConfig(.useDefaultControlName) instead")
|
|
16
|
+
public func withDefaultControlName() -> some SwiftUI.View
|
|
17
|
+
|
|
18
|
+
public func withCustomInstrumentationConfig(_ params: SwiftUIInstrumentationConfigParam...) -> some SwiftUI.View
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
@available(iOS 13.0, *)
|
|
22
|
+
public enum SwiftUIInstrumentationConfigParam {
|
|
23
|
+
case skipInstrumentation, useDefaultControlName, doNotReportStateVariable
|
|
24
|
+
public static func == (a: SwiftUIInstrumentationConfigParam, b: SwiftUIInstrumentationConfigParam) -> Swift.Bool
|
|
25
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
26
|
+
public var hashValue: Swift.Int {
|
|
27
|
+
get
|
|
28
|
+
}
|
|
14
29
|
}
|
|
15
30
|
@available(iOS 13.0, *)
|
|
16
31
|
public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
@@ -20,3 +35,7 @@ public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
|
20
35
|
}
|
|
21
36
|
public typealias Body = @_opaqueReturnTypeOf("$s9Dynatrace10instrumentV4bodyQrvp", 0) __<Content>
|
|
22
37
|
}
|
|
38
|
+
@available(iOS 13.0, *)
|
|
39
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Equatable {}
|
|
40
|
+
@available(iOS 13.0, *)
|
|
41
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Hashable {}
|
|
@@ -9,8 +9,23 @@ import _Concurrency
|
|
|
9
9
|
import _StringProcessing
|
|
10
10
|
@available(iOS 13.0, *)
|
|
11
11
|
extension SwiftUI.View {
|
|
12
|
+
@available(*, deprecated, message: "Use withCustomInstrumentationConfig(.skipInstrumentation) instead")
|
|
12
13
|
public func skippingInstrumentation() -> some SwiftUI.View
|
|
13
14
|
|
|
15
|
+
@available(*, deprecated, message: "Use withCustomInstrumentationConfig(.useDefaultControlName) instead")
|
|
16
|
+
public func withDefaultControlName() -> some SwiftUI.View
|
|
17
|
+
|
|
18
|
+
public func withCustomInstrumentationConfig(_ params: SwiftUIInstrumentationConfigParam...) -> some SwiftUI.View
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
@available(iOS 13.0, *)
|
|
22
|
+
public enum SwiftUIInstrumentationConfigParam {
|
|
23
|
+
case skipInstrumentation, useDefaultControlName, doNotReportStateVariable
|
|
24
|
+
public static func == (a: SwiftUIInstrumentationConfigParam, b: SwiftUIInstrumentationConfigParam) -> Swift.Bool
|
|
25
|
+
public func hash(into hasher: inout Swift.Hasher)
|
|
26
|
+
public var hashValue: Swift.Int {
|
|
27
|
+
get
|
|
28
|
+
}
|
|
14
29
|
}
|
|
15
30
|
@available(iOS 13.0, *)
|
|
16
31
|
public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
@@ -20,3 +35,7 @@ public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
|
20
35
|
}
|
|
21
36
|
public typealias Body = @_opaqueReturnTypeOf("$s9Dynatrace10instrumentV4bodyQrvp", 0) __<Content>
|
|
22
37
|
}
|
|
38
|
+
@available(iOS 13.0, *)
|
|
39
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Equatable {}
|
|
40
|
+
@available(iOS 13.0, *)
|
|
41
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Hashable {}
|
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.271.2.1007
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -1024,3 +1024,8 @@ extern NSString *_Nonnull const kDTXSwiftMappingJson;
|
|
|
1024
1024
|
Generated and passed automatically by the Dynatrace SwiftUI intrumentor.
|
|
1025
1025
|
*/
|
|
1026
1026
|
extern NSString *_Nonnull const kDTXSwiftIsSwiftUIApp;
|
|
1027
|
+
/*!
|
|
1028
|
+
@const kDTXInstrumentAsyncWebRequests
|
|
1029
|
+
Enables auto-instrumentation of the async URLSession calls. The default value is true.
|
|
1030
|
+
*/
|
|
1031
|
+
extern NSString *_Nonnull const kDTXInstrumentAsyncWebRequests;
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
// Copyright 2011-2023 Dynatrace LLC
|
|
17
17
|
|
|
18
18
|
#import <Foundation/Foundation.h>
|
|
19
|
+
#import "Dynatrace.h"
|
|
19
20
|
|
|
20
21
|
@interface DynatraceSwiftUI: NSObject
|
|
21
22
|
/*!
|
|
@@ -28,4 +29,9 @@
|
|
|
28
29
|
*/
|
|
29
30
|
+ (void)swiftUIViewDidDisappear:(id _Nonnull)view with:(id _Nonnull)lifecycleHolder;
|
|
30
31
|
|
|
32
|
+
/*!
|
|
33
|
+
@brief Gets invoked automatically by the SwiftUI instrumentor when a touch action must be reported.
|
|
34
|
+
*/
|
|
35
|
+
+ (DTXAction* _Nonnull)touchActionWith:(NSDictionary* _Nonnull)reportValues;
|
|
36
|
+
|
|
31
37
|
@end
|
package/files/iOS/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|