@dynatrace/react-native-plugin 2.269.1 → 2.271.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/android/build.gradle +1 -1
- package/files/plugin.gradle +1 -1
- package/index.js +1 -1
- package/ios/lib/Dynatrace.xcframework/Info.plist +8 -8
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +6 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.abi.json +291 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.private.swiftinterface +17 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.swiftinterface +17 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +6 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json +291 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +17 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface +17 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json +291 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +17 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +17 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +23 -23
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +6 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +6 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/arm64-apple-tvos-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/Project/x86_64-apple-tvos-simulator.swiftsourceinfo +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +11 -11
- package/lib/CreateElement.js +24 -0
- package/lib/jsx-runtime.js +1 -17
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -29,8 +29,8 @@ If you want to start using this plugin and are not a Dynatrace customer yet, hea
|
|
|
29
29
|
## Agent Versions
|
|
30
30
|
This agent versions are configured in this plugin:
|
|
31
31
|
|
|
32
|
-
*
|
|
33
|
-
*
|
|
32
|
+
* Android Agent: 8.271.1.1003
|
|
33
|
+
* iOS Agent: 8.271.2.1007
|
|
34
34
|
|
|
35
35
|
## Quick Setup
|
|
36
36
|
|
|
@@ -1169,6 +1169,10 @@ If you are struggling with a problem, submit a support ticket to Dynatrace (supp
|
|
|
1169
1169
|
<br/><br/>
|
|
1170
1170
|
## Changelog
|
|
1171
1171
|
|
|
1172
|
+
2.271.2
|
|
1173
|
+
* Update Android (8.271.1.1003) & iOS Agent (8.271.2.1007)
|
|
1174
|
+
* Fixed createElement logic for older React Native versions
|
|
1175
|
+
|
|
1172
1176
|
2.269.1
|
|
1173
1177
|
* Update Android (8.269.1.1009) & iOS Agent (8.269.1.1007)
|
|
1174
1178
|
* Updated instrumentation for iOS Picker to match Android
|
package/android/build.gradle
CHANGED
|
@@ -36,7 +36,7 @@ repositories {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
dependencies {
|
|
39
|
-
implementation 'com.dynatrace.agent:agent-android:8.
|
|
39
|
+
implementation 'com.dynatrace.agent:agent-android:8.271.1.1003'
|
|
40
40
|
implementation "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}"
|
|
41
41
|
}
|
|
42
42
|
|
package/files/plugin.gradle
CHANGED
package/index.js
CHANGED
|
@@ -5,4 +5,4 @@ export { Platform } from './lib/instrumentor/base/model/Platform';
|
|
|
5
5
|
export { LogLevel } from './lib/instrumentor/base/model/LogLevel';
|
|
6
6
|
export { ApplicationHandler } from './lib/instrumentor/base/Application';
|
|
7
7
|
export { UserPrivacyOptions } from './lib/instrumentor/base/UserPrivacyOptions';
|
|
8
|
-
export { createElement } from './
|
|
8
|
+
export { createElement } from './lib/CreateElement';
|
|
@@ -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>
|
|
@@ -33,30 +33,30 @@
|
|
|
33
33
|
</dict>
|
|
34
34
|
<dict>
|
|
35
35
|
<key>LibraryIdentifier</key>
|
|
36
|
-
<string>
|
|
36
|
+
<string>tvos-arm64_x86_64-simulator</string>
|
|
37
37
|
<key>LibraryPath</key>
|
|
38
38
|
<string>Dynatrace.framework</string>
|
|
39
39
|
<key>SupportedArchitectures</key>
|
|
40
40
|
<array>
|
|
41
41
|
<string>arm64</string>
|
|
42
|
+
<string>x86_64</string>
|
|
42
43
|
</array>
|
|
43
44
|
<key>SupportedPlatform</key>
|
|
44
|
-
<string>
|
|
45
|
+
<string>tvos</string>
|
|
46
|
+
<key>SupportedPlatformVariant</key>
|
|
47
|
+
<string>simulator</string>
|
|
45
48
|
</dict>
|
|
46
49
|
<dict>
|
|
47
50
|
<key>LibraryIdentifier</key>
|
|
48
|
-
<string>tvos-
|
|
51
|
+
<string>tvos-arm64</string>
|
|
49
52
|
<key>LibraryPath</key>
|
|
50
53
|
<string>Dynatrace.framework</string>
|
|
51
54
|
<key>SupportedArchitectures</key>
|
|
52
55
|
<array>
|
|
53
56
|
<string>arm64</string>
|
|
54
|
-
<string>x86_64</string>
|
|
55
57
|
</array>
|
|
56
58
|
<key>SupportedPlatform</key>
|
|
57
59
|
<string>tvos</string>
|
|
58
|
-
<key>SupportedPlatformVariant</key>
|
|
59
|
-
<string>simulator</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;
|
|
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,10 @@
|
|
|
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
|
+
],
|
|
230
473
|
"isFromExtension": true,
|
|
231
474
|
"funcSelfKind": "NonMutating"
|
|
232
475
|
},
|
|
@@ -255,6 +498,52 @@
|
|
|
255
498
|
"moduleName": "Dynatrace",
|
|
256
499
|
"genericSig": "<τ_0_0 where τ_0_0 : SwiftUI.View>",
|
|
257
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>",
|
|
258
547
|
"isFromExtension": true,
|
|
259
548
|
"funcSelfKind": "NonMutating"
|
|
260
549
|
}
|
|
@@ -283,9 +572,9 @@
|
|
|
283
572
|
},
|
|
284
573
|
"ConstValues": [
|
|
285
574
|
{
|
|
286
|
-
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.
|
|
575
|
+
"filePath": "\/opt\/jenkins\/workspace\/eAgent_ios-agent_release_8.271.x\/adk\/DynatraceUEM\/Dynatrace\/SwiftUIExtensions.swift",
|
|
287
576
|
"kind": "BooleanLiteral",
|
|
288
|
-
"offset":
|
|
577
|
+
"offset": 1277,
|
|
289
578
|
"length": 4,
|
|
290
579
|
"value": "true"
|
|
291
580
|
}
|
|
@@ -9,10 +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")
|
|
14
16
|
public func withDefaultControlName() -> some SwiftUI.View
|
|
15
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
|
+
}
|
|
16
29
|
}
|
|
17
30
|
@available(iOS 13.0, *)
|
|
18
31
|
public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
@@ -22,3 +35,7 @@ public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
|
22
35
|
}
|
|
23
36
|
public typealias Body = @_opaqueReturnTypeOf("$s9Dynatrace10instrumentV4bodyQrvp", 0) __<Content>
|
|
24
37
|
}
|
|
38
|
+
@available(iOS 13.0, *)
|
|
39
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Equatable {}
|
|
40
|
+
@available(iOS 13.0, *)
|
|
41
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Hashable {}
|
|
@@ -9,10 +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")
|
|
14
16
|
public func withDefaultControlName() -> some SwiftUI.View
|
|
15
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
|
+
}
|
|
16
29
|
}
|
|
17
30
|
@available(iOS 13.0, *)
|
|
18
31
|
public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
@@ -22,3 +35,7 @@ public struct instrument<Content> : SwiftUI.View where Content : SwiftUI.View {
|
|
|
22
35
|
}
|
|
23
36
|
public typealias Body = @_opaqueReturnTypeOf("$s9Dynatrace10instrumentV4bodyQrvp", 0) __<Content>
|
|
24
37
|
}
|
|
38
|
+
@available(iOS 13.0, *)
|
|
39
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Equatable {}
|
|
40
|
+
@available(iOS 13.0, *)
|
|
41
|
+
extension SwiftUIInstrumentationConfigParam : Swift.Hashable {}
|
package/ios/lib/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;
|
package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|