@dynatrace/react-native-plugin 2.255.1 → 2.257.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/LICENSE.md +1 -0
- package/README.md +41 -16
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/dynatrace/android/agent/DynatraceRNBridge.java +74 -21
- package/files/plugin.gradle +1 -1
- package/ios/DynatraceRNBridge.h +2 -2
- package/ios/DynatraceRNBridge.m +38 -17
- package/ios/lib/Dynatrace.xcframework/Info.plist +10 -10
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h +46 -1
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Headers/Dynatrace.h +3 -3
- 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 +21 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.private.swiftinterface +9 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios.swiftinterface +4 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64/Dynatrace.framework/Modules/module.modulemap +2 -2
- 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-Swift.h +82 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +3 -3
- 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 +21 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +9 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json +21 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +9 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/Modules/module.modulemap +2 -2
- package/ios/lib/Dynatrace.xcframework/ios-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +61 -65
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Dynatrace +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h +46 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace.h +3 -3
- 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/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.abi.json +21 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.private.swiftinterface +9 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos.swiftinterface +3 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Modules/module.modulemap +2 -2
- 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-Swift.h +82 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Headers/Dynatrace.h +3 -3
- 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/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.abi.json +21 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface +9 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/arm64-apple-tvos-simulator.swiftinterface +3 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.abi.json +21 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.private.swiftinterface +9 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftdoc +0 -0
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/Dynatrace.swiftmodule/x86_64-apple-tvos-simulator.swiftinterface +3 -1
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Modules/module.modulemap +2 -2
- package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/_CodeSignature/CodeResources +67 -23
- package/lib/instrumentor/DynatraceInstrumentation.js +1 -1
- package/lib/instrumentor/base/Dynatrace.js +48 -31
- package/lib/instrumentor/base/DynatraceAction.js +44 -0
- package/lib/instrumentor/base/DynatraceInternal.js +25 -0
- package/lib/instrumentor/base/DynatraceRootAction.js +38 -0
- package/lib/instrumentor/base/DynatraceWebRequestTiming.js +37 -0
- package/lib/instrumentor/base/ElementHelper.js +3 -2
- package/lib/instrumentor/base/ErrorHandler.js +2 -1
- package/lib/instrumentor/base/NullAction.js +8 -0
- package/lib/instrumentor/base/NullRootAction.js +10 -0
- package/lib/instrumentor/base/NullWebRequestTiming.js +15 -0
- package/lib/instrumentor/base/Picker.js +1 -1
- package/lib/instrumentor/base/RefreshControl.js +1 -1
- package/lib/instrumentor/base/Touchable.js +11 -7
- package/lib/instrumentor/base/configuration/AutoStartupConfiguration.js +4 -0
- package/lib/instrumentor/base/configuration/Configuration.js +1 -0
- package/lib/instrumentor/base/configuration/ConfigurationDefaults.js +4 -2
- package/lib/instrumentor/base/configuration/ManualStartupConfiguration.js +5 -5
- package/lib/instrumentor/base/{interface → configuration/interface}/IAutoConfiguration.js +0 -0
- package/lib/instrumentor/base/configuration/interface/IManualConfiguration.js +3 -0
- package/lib/instrumentor/base/interface/IDynatraceInternal.js +2 -0
- package/lib/instrumentor/base/interface/IDynatraceRootAction.js +2 -0
- package/lib/instrumentor/base/interface/IWebRequestTiming.js +1 -0
- package/lib/instrumentor/base/util/StringUtils.js +1 -0
- package/lib/react/Component.js +3 -3
- package/package.json +5 -3
- package/react-native-dynatrace.podspec +3 -2
- package/typings/react-native-dynatrace.d.ts +242 -110
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/Dynatrace-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
I9vDXk61EV73GnNjx6CKxGJsPZQ=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/Dynatrace.h</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
P3A1pOhTAYTtLVRwA8nZtcl7KIA=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/Framework.h</key>
|
|
16
16
|
<data>
|
|
@@ -18,75 +18,79 @@
|
|
|
18
18
|
</data>
|
|
19
19
|
<key>Info.plist</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
KZFvceRm+gNRC/bop0schnV6ihE=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
2Wz2Wf6T9u3Lci3MIOhxVcqZyJQ=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
uPYoLv/0vAGnx/V9fEJSXLSipK8=
|
|
30
|
+
</data>
|
|
31
|
+
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
32
|
+
<data>
|
|
33
|
+
UcIMUzAHEoZMg8EoGyDHVcJ6RBM=
|
|
34
|
+
</data>
|
|
35
|
+
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
36
|
+
<data>
|
|
37
|
+
MCgf204m+/qd7CA+KeTHdPhdgK0=
|
|
30
38
|
</data>
|
|
31
39
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
32
40
|
<data>
|
|
33
|
-
|
|
41
|
+
C1ei+iE4ZEOsD53yzhMQ3nhClIE=
|
|
34
42
|
</data>
|
|
35
43
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
36
44
|
<data>
|
|
37
|
-
|
|
45
|
+
MCgf204m+/qd7CA+KeTHdPhdgK0=
|
|
38
46
|
</data>
|
|
39
47
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
40
48
|
<data>
|
|
41
|
-
|
|
49
|
+
vlNRwSSSWHGcy3PomO2MY8cWBrw=
|
|
50
|
+
</data>
|
|
51
|
+
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
52
|
+
<data>
|
|
53
|
+
UcIMUzAHEoZMg8EoGyDHVcJ6RBM=
|
|
54
|
+
</data>
|
|
55
|
+
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
56
|
+
<data>
|
|
57
|
+
z3KstFt4vllgnTF2gAbtXTRoMj8=
|
|
42
58
|
</data>
|
|
43
59
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
44
60
|
<data>
|
|
45
|
-
|
|
61
|
+
TW7YlTTo4AOSHgvMil/26xs8LwM=
|
|
46
62
|
</data>
|
|
47
63
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
48
64
|
<data>
|
|
49
|
-
|
|
65
|
+
z3KstFt4vllgnTF2gAbtXTRoMj8=
|
|
50
66
|
</data>
|
|
51
67
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
52
68
|
<data>
|
|
53
|
-
|
|
69
|
+
2KvytcdX0sucrl1abvS6H2oOo1o=
|
|
54
70
|
</data>
|
|
55
71
|
<key>Modules/module.modulemap</key>
|
|
56
72
|
<data>
|
|
57
|
-
|
|
73
|
+
hgjoPHAbOBNGBZxNLl7UF+UL/0I=
|
|
58
74
|
</data>
|
|
59
75
|
</dict>
|
|
60
76
|
<key>files2</key>
|
|
61
77
|
<dict>
|
|
62
78
|
<key>Headers/Dynatrace-Swift.h</key>
|
|
63
79
|
<dict>
|
|
64
|
-
<key>hash</key>
|
|
65
|
-
<data>
|
|
66
|
-
ij7uy3jHYA1Wm3l0kqWYfE5yxS8=
|
|
67
|
-
</data>
|
|
68
80
|
<key>hash2</key>
|
|
69
81
|
<data>
|
|
70
|
-
|
|
82
|
+
Dz0Dxe8u1lN9pv/bzAgmE6csrrnvqR1Ky7n4Y8xgiaA=
|
|
71
83
|
</data>
|
|
72
84
|
</dict>
|
|
73
85
|
<key>Headers/Dynatrace.h</key>
|
|
74
86
|
<dict>
|
|
75
|
-
<key>hash</key>
|
|
76
|
-
<data>
|
|
77
|
-
hwrLUKELrQH22SW8s+rriAoELqs=
|
|
78
|
-
</data>
|
|
79
87
|
<key>hash2</key>
|
|
80
88
|
<data>
|
|
81
|
-
|
|
89
|
+
Ua3kfTs2zSmpOKCT5oUdQqHjbbtb2X6q5Qk+/ZCdU8I=
|
|
82
90
|
</data>
|
|
83
91
|
</dict>
|
|
84
92
|
<key>Headers/Framework.h</key>
|
|
85
93
|
<dict>
|
|
86
|
-
<key>hash</key>
|
|
87
|
-
<data>
|
|
88
|
-
017HCFeEpxIdSxaugOVfz6JGwM4=
|
|
89
|
-
</data>
|
|
90
94
|
<key>hash2</key>
|
|
91
95
|
<data>
|
|
92
96
|
RnTYWfurbb/o7OPJbwgdfGEqaJcRZrjgMGnhmuuSggY=
|
|
@@ -94,101 +98,93 @@
|
|
|
94
98
|
</dict>
|
|
95
99
|
<key>Modules/Dynatrace.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key>
|
|
96
100
|
<dict>
|
|
97
|
-
<key>hash</key>
|
|
98
|
-
<data>
|
|
99
|
-
RkSZg+rBRDd1jzGwTKUessJQ9VA=
|
|
100
|
-
</data>
|
|
101
101
|
<key>hash2</key>
|
|
102
102
|
<data>
|
|
103
|
-
|
|
103
|
+
F9+gLk5VgXbamby8v9M3VnSn5NiQulYSbKkrR15kTKI=
|
|
104
104
|
</data>
|
|
105
105
|
</dict>
|
|
106
106
|
<key>Modules/Dynatrace.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
|
|
107
107
|
<dict>
|
|
108
|
-
<key>
|
|
108
|
+
<key>hash2</key>
|
|
109
109
|
<data>
|
|
110
|
-
|
|
110
|
+
RsSlzsmp8rbjWjXxURNPSLONPGpdPysD/ohMfNIsTWA=
|
|
111
111
|
</data>
|
|
112
|
+
</dict>
|
|
113
|
+
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
114
|
+
<dict>
|
|
112
115
|
<key>hash2</key>
|
|
113
116
|
<data>
|
|
114
|
-
|
|
117
|
+
BJGZK9VQLWR1+NflFcGnauK6RcAqy89ps56toKj8IoU=
|
|
115
118
|
</data>
|
|
116
119
|
</dict>
|
|
117
|
-
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.
|
|
120
|
+
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
118
121
|
<dict>
|
|
119
|
-
<key>
|
|
122
|
+
<key>hash2</key>
|
|
120
123
|
<data>
|
|
121
|
-
|
|
124
|
+
vFz4ipyeEOfdnPVXKBQ0pQnWEYfxuSRqUCz9f41ELGQ=
|
|
122
125
|
</data>
|
|
126
|
+
</dict>
|
|
127
|
+
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
128
|
+
<dict>
|
|
123
129
|
<key>hash2</key>
|
|
124
130
|
<data>
|
|
125
|
-
|
|
131
|
+
ZjGRFi/VGR7GtijyJ2NAxiHU1qa2fguK2Y0A4HrhU5M=
|
|
126
132
|
</data>
|
|
127
133
|
</dict>
|
|
128
134
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
129
135
|
<dict>
|
|
130
|
-
<key>hash</key>
|
|
131
|
-
<data>
|
|
132
|
-
ZcsfRNsErGGvoPVBGo8iw9MJ90Y=
|
|
133
|
-
</data>
|
|
134
136
|
<key>hash2</key>
|
|
135
137
|
<data>
|
|
136
|
-
|
|
138
|
+
vFz4ipyeEOfdnPVXKBQ0pQnWEYfxuSRqUCz9f41ELGQ=
|
|
137
139
|
</data>
|
|
138
140
|
</dict>
|
|
139
141
|
<key>Modules/Dynatrace.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
140
142
|
<dict>
|
|
141
|
-
<key>
|
|
143
|
+
<key>hash2</key>
|
|
142
144
|
<data>
|
|
143
|
-
|
|
145
|
+
69jMk0bLBulQ/+VjTmmZtdIKKJ3r0AHUD268IFFdWJs=
|
|
144
146
|
</data>
|
|
147
|
+
</dict>
|
|
148
|
+
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
149
|
+
<dict>
|
|
145
150
|
<key>hash2</key>
|
|
146
151
|
<data>
|
|
147
|
-
|
|
152
|
+
BJGZK9VQLWR1+NflFcGnauK6RcAqy89ps56toKj8IoU=
|
|
148
153
|
</data>
|
|
149
154
|
</dict>
|
|
150
|
-
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.
|
|
155
|
+
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
151
156
|
<dict>
|
|
152
|
-
<key>
|
|
157
|
+
<key>hash2</key>
|
|
153
158
|
<data>
|
|
154
|
-
|
|
159
|
+
/Qaj9YNPXzCJGujKByMu70EBuiDhUXXN8rvZRYOrnW0=
|
|
155
160
|
</data>
|
|
161
|
+
</dict>
|
|
162
|
+
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
163
|
+
<dict>
|
|
156
164
|
<key>hash2</key>
|
|
157
165
|
<data>
|
|
158
|
-
|
|
166
|
+
jDHR/J6Q4pkH95+hRZzw6G0Z7cUWwj1yL4a6AqIHjXM=
|
|
159
167
|
</data>
|
|
160
168
|
</dict>
|
|
161
169
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
162
170
|
<dict>
|
|
163
|
-
<key>hash</key>
|
|
164
|
-
<data>
|
|
165
|
-
NAzIHTzTgCxG+biMMM1O87JFZpQ=
|
|
166
|
-
</data>
|
|
167
171
|
<key>hash2</key>
|
|
168
172
|
<data>
|
|
169
|
-
|
|
173
|
+
/Qaj9YNPXzCJGujKByMu70EBuiDhUXXN8rvZRYOrnW0=
|
|
170
174
|
</data>
|
|
171
175
|
</dict>
|
|
172
176
|
<key>Modules/Dynatrace.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
173
177
|
<dict>
|
|
174
|
-
<key>hash</key>
|
|
175
|
-
<data>
|
|
176
|
-
4sIDBAZSFMaMsGzX4o3jNzeUiTY=
|
|
177
|
-
</data>
|
|
178
178
|
<key>hash2</key>
|
|
179
179
|
<data>
|
|
180
|
-
|
|
180
|
+
UoTvHvF7L8IG5JE6lcBEPEEUlW2xyOFii63A4R6Zbx8=
|
|
181
181
|
</data>
|
|
182
182
|
</dict>
|
|
183
183
|
<key>Modules/module.modulemap</key>
|
|
184
184
|
<dict>
|
|
185
|
-
<key>hash</key>
|
|
186
|
-
<data>
|
|
187
|
-
moe8HagbHglvxj2c4rvM3hhg4WI=
|
|
188
|
-
</data>
|
|
189
185
|
<key>hash2</key>
|
|
190
186
|
<data>
|
|
191
|
-
|
|
187
|
+
haVecmOINwDjaasBz+WWiDKEeWTzDLM5ohGgauWT0Pg=
|
|
192
188
|
</data>
|
|
193
189
|
</dict>
|
|
194
190
|
</dict>
|
|
Binary file
|
package/ios/lib/Dynatrace.xcframework/tvos-arm64/Dynatrace.framework/Headers/Dynatrace-Swift.h
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
#if 0
|
|
2
|
+
#elif defined(__arm64__) && __arm64__
|
|
3
|
+
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
|
|
2
4
|
#ifndef DYNATRACE_SWIFT_H
|
|
3
5
|
#define DYNATRACE_SWIFT_H
|
|
4
6
|
#pragma clang diagnostic push
|
|
@@ -21,11 +23,20 @@
|
|
|
21
23
|
# include <swift/objc-prologue.h>
|
|
22
24
|
#endif
|
|
23
25
|
|
|
26
|
+
#pragma clang diagnostic ignored "-Wduplicate-method-match"
|
|
24
27
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
28
|
+
#if defined(__OBJC__)
|
|
25
29
|
#include <Foundation/Foundation.h>
|
|
30
|
+
#endif
|
|
31
|
+
#if defined(__cplusplus)
|
|
32
|
+
#include <cstdint>
|
|
33
|
+
#include <cstddef>
|
|
34
|
+
#include <cstdbool>
|
|
35
|
+
#else
|
|
26
36
|
#include <stdint.h>
|
|
27
37
|
#include <stddef.h>
|
|
28
38
|
#include <stdbool.h>
|
|
39
|
+
#endif
|
|
29
40
|
|
|
30
41
|
#if !defined(SWIFT_TYPEDEFS)
|
|
31
42
|
# define SWIFT_TYPEDEFS 1
|
|
@@ -181,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
181
192
|
#else
|
|
182
193
|
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
183
194
|
#endif
|
|
195
|
+
#if defined(__OBJC__)
|
|
184
196
|
#if !defined(IBSegueAction)
|
|
185
197
|
# define IBSegueAction
|
|
186
198
|
#endif
|
|
199
|
+
#endif
|
|
187
200
|
#if !defined(SWIFT_EXTERN)
|
|
188
201
|
# if defined(__cplusplus)
|
|
189
202
|
# define SWIFT_EXTERN extern "C"
|
|
@@ -191,12 +204,35 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
191
204
|
# define SWIFT_EXTERN extern
|
|
192
205
|
# endif
|
|
193
206
|
#endif
|
|
207
|
+
#if !defined(SWIFT_CALL)
|
|
208
|
+
# define SWIFT_CALL __attribute__((swiftcall))
|
|
209
|
+
#endif
|
|
210
|
+
#if defined(__cplusplus)
|
|
211
|
+
#if !defined(SWIFT_NOEXCEPT)
|
|
212
|
+
# define SWIFT_NOEXCEPT noexcept
|
|
213
|
+
#endif
|
|
214
|
+
#else
|
|
215
|
+
#if !defined(SWIFT_NOEXCEPT)
|
|
216
|
+
# define SWIFT_NOEXCEPT
|
|
217
|
+
#endif
|
|
218
|
+
#endif
|
|
219
|
+
#if defined(__cplusplus)
|
|
220
|
+
#if !defined(SWIFT_CXX_INT_DEFINED)
|
|
221
|
+
#define SWIFT_CXX_INT_DEFINED
|
|
222
|
+
namespace swift {
|
|
223
|
+
using Int = ptrdiff_t;
|
|
224
|
+
using UInt = size_t;
|
|
225
|
+
}
|
|
226
|
+
#endif
|
|
227
|
+
#endif
|
|
228
|
+
#if defined(__OBJC__)
|
|
194
229
|
#if __has_feature(modules)
|
|
195
230
|
#if __has_warning("-Watimport-in-framework-header")
|
|
196
231
|
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
197
232
|
#endif
|
|
198
233
|
#endif
|
|
199
234
|
|
|
235
|
+
#endif
|
|
200
236
|
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
201
237
|
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
202
238
|
#if __has_warning("-Wpragma-clang-attribute")
|
|
@@ -204,6 +240,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
204
240
|
#endif
|
|
205
241
|
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
206
242
|
#pragma clang diagnostic ignored "-Wnullability"
|
|
243
|
+
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
207
244
|
|
|
208
245
|
#if __has_attribute(external_source_symbol)
|
|
209
246
|
# pragma push_macro("any")
|
|
@@ -212,8 +249,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
212
249
|
# pragma pop_macro("any")
|
|
213
250
|
#endif
|
|
214
251
|
|
|
252
|
+
#if defined(__OBJC__)
|
|
253
|
+
#endif
|
|
254
|
+
#if defined(__cplusplus)
|
|
255
|
+
#endif
|
|
215
256
|
#if __has_attribute(external_source_symbol)
|
|
216
257
|
# pragma clang attribute pop
|
|
217
258
|
#endif
|
|
218
259
|
#pragma clang diagnostic pop
|
|
219
260
|
#endif
|
|
261
|
+
|
|
262
|
+
#else
|
|
263
|
+
#error unsupported Swift architecture
|
|
264
|
+
#endif
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.257.1.1007
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -963,10 +963,10 @@ extern NSString *_Nonnull const kDTXInstrumentWebViewTiming;
|
|
|
963
963
|
|
|
964
964
|
/*!
|
|
965
965
|
@const kDTXWebViewStandInDelegate
|
|
966
|
-
Use different instrumentation mode for WebView delegates to prevent circular instrumentation on delegate switching involving a subclass. The default value is false.
|
|
966
|
+
(DEPRECATED in version >= 8.257) Use different instrumentation mode for WebView delegates to prevent circular instrumentation on delegate switching involving a subclass. The default value is false.
|
|
967
967
|
@note This key is available as of OneAgent for iOS 8.175 and 7.2.7.
|
|
968
968
|
*/
|
|
969
|
-
extern NSString *_Nonnull const kDTXWebViewStandInDelegate;
|
|
969
|
+
extern NSString *_Nonnull const kDTXWebViewStandInDelegate __deprecated_msg("Don't use this flag anymore, it will be ignored.");
|
|
970
970
|
|
|
971
971
|
/*!
|
|
972
972
|
@const kDTXURLFilters
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ABIRoot": {
|
|
3
|
+
"kind": "Root",
|
|
4
|
+
"name": "TopLevel",
|
|
5
|
+
"printedName": "TopLevel",
|
|
6
|
+
"children": [
|
|
7
|
+
{
|
|
8
|
+
"kind": "Import",
|
|
9
|
+
"name": "Foundation",
|
|
10
|
+
"printedName": "Foundation",
|
|
11
|
+
"declKind": "Import",
|
|
12
|
+
"moduleName": "Dynatrace",
|
|
13
|
+
"declAttributes": [
|
|
14
|
+
"RawDocComment"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"json_format_version": 8
|
|
19
|
+
},
|
|
20
|
+
"ConstValues": []
|
|
21
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-tvos11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Dynatrace
|
|
4
|
+
// swift-module-flags-ignorable: -enable-bare-slash-regex
|
|
5
|
+
@_exported import Dynatrace
|
|
6
|
+
import Foundation
|
|
7
|
+
import Swift
|
|
8
|
+
import _Concurrency
|
|
9
|
+
import _StringProcessing
|
|
Binary file
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 5.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
|
|
3
3
|
// swift-module-flags: -target arm64-apple-tvos11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name Dynatrace
|
|
4
|
+
// swift-module-flags-ignorable: -enable-bare-slash-regex
|
|
4
5
|
@_exported import Dynatrace
|
|
5
6
|
import Foundation
|
|
6
7
|
import Swift
|
|
7
8
|
import _Concurrency
|
|
9
|
+
import _StringProcessing
|
package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Dynatrace
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 5.
|
|
3
|
+
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
|
|
4
4
|
#ifndef DYNATRACE_SWIFT_H
|
|
5
5
|
#define DYNATRACE_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -23,11 +23,20 @@
|
|
|
23
23
|
# include <swift/objc-prologue.h>
|
|
24
24
|
#endif
|
|
25
25
|
|
|
26
|
+
#pragma clang diagnostic ignored "-Wduplicate-method-match"
|
|
26
27
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
28
|
+
#if defined(__OBJC__)
|
|
27
29
|
#include <Foundation/Foundation.h>
|
|
30
|
+
#endif
|
|
31
|
+
#if defined(__cplusplus)
|
|
32
|
+
#include <cstdint>
|
|
33
|
+
#include <cstddef>
|
|
34
|
+
#include <cstdbool>
|
|
35
|
+
#else
|
|
28
36
|
#include <stdint.h>
|
|
29
37
|
#include <stddef.h>
|
|
30
38
|
#include <stdbool.h>
|
|
39
|
+
#endif
|
|
31
40
|
|
|
32
41
|
#if !defined(SWIFT_TYPEDEFS)
|
|
33
42
|
# define SWIFT_TYPEDEFS 1
|
|
@@ -183,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
183
192
|
#else
|
|
184
193
|
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
185
194
|
#endif
|
|
195
|
+
#if defined(__OBJC__)
|
|
186
196
|
#if !defined(IBSegueAction)
|
|
187
197
|
# define IBSegueAction
|
|
188
198
|
#endif
|
|
199
|
+
#endif
|
|
189
200
|
#if !defined(SWIFT_EXTERN)
|
|
190
201
|
# if defined(__cplusplus)
|
|
191
202
|
# define SWIFT_EXTERN extern "C"
|
|
@@ -193,12 +204,35 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
193
204
|
# define SWIFT_EXTERN extern
|
|
194
205
|
# endif
|
|
195
206
|
#endif
|
|
207
|
+
#if !defined(SWIFT_CALL)
|
|
208
|
+
# define SWIFT_CALL __attribute__((swiftcall))
|
|
209
|
+
#endif
|
|
210
|
+
#if defined(__cplusplus)
|
|
211
|
+
#if !defined(SWIFT_NOEXCEPT)
|
|
212
|
+
# define SWIFT_NOEXCEPT noexcept
|
|
213
|
+
#endif
|
|
214
|
+
#else
|
|
215
|
+
#if !defined(SWIFT_NOEXCEPT)
|
|
216
|
+
# define SWIFT_NOEXCEPT
|
|
217
|
+
#endif
|
|
218
|
+
#endif
|
|
219
|
+
#if defined(__cplusplus)
|
|
220
|
+
#if !defined(SWIFT_CXX_INT_DEFINED)
|
|
221
|
+
#define SWIFT_CXX_INT_DEFINED
|
|
222
|
+
namespace swift {
|
|
223
|
+
using Int = ptrdiff_t;
|
|
224
|
+
using UInt = size_t;
|
|
225
|
+
}
|
|
226
|
+
#endif
|
|
227
|
+
#endif
|
|
228
|
+
#if defined(__OBJC__)
|
|
196
229
|
#if __has_feature(modules)
|
|
197
230
|
#if __has_warning("-Watimport-in-framework-header")
|
|
198
231
|
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
199
232
|
#endif
|
|
200
233
|
#endif
|
|
201
234
|
|
|
235
|
+
#endif
|
|
202
236
|
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
203
237
|
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
204
238
|
#if __has_warning("-Wpragma-clang-attribute")
|
|
@@ -206,6 +240,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
206
240
|
#endif
|
|
207
241
|
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
208
242
|
#pragma clang diagnostic ignored "-Wnullability"
|
|
243
|
+
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
209
244
|
|
|
210
245
|
#if __has_attribute(external_source_symbol)
|
|
211
246
|
# pragma push_macro("any")
|
|
@@ -214,6 +249,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
214
249
|
# pragma pop_macro("any")
|
|
215
250
|
#endif
|
|
216
251
|
|
|
252
|
+
#if defined(__OBJC__)
|
|
253
|
+
#endif
|
|
254
|
+
#if defined(__cplusplus)
|
|
255
|
+
#endif
|
|
217
256
|
#if __has_attribute(external_source_symbol)
|
|
218
257
|
# pragma clang attribute pop
|
|
219
258
|
#endif
|
|
@@ -221,7 +260,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
221
260
|
#endif
|
|
222
261
|
|
|
223
262
|
#elif defined(__x86_64__) && __x86_64__
|
|
224
|
-
// Generated by Apple Swift version 5.
|
|
263
|
+
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
|
|
225
264
|
#ifndef DYNATRACE_SWIFT_H
|
|
226
265
|
#define DYNATRACE_SWIFT_H
|
|
227
266
|
#pragma clang diagnostic push
|
|
@@ -244,11 +283,20 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
244
283
|
# include <swift/objc-prologue.h>
|
|
245
284
|
#endif
|
|
246
285
|
|
|
286
|
+
#pragma clang diagnostic ignored "-Wduplicate-method-match"
|
|
247
287
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
288
|
+
#if defined(__OBJC__)
|
|
248
289
|
#include <Foundation/Foundation.h>
|
|
290
|
+
#endif
|
|
291
|
+
#if defined(__cplusplus)
|
|
292
|
+
#include <cstdint>
|
|
293
|
+
#include <cstddef>
|
|
294
|
+
#include <cstdbool>
|
|
295
|
+
#else
|
|
249
296
|
#include <stdint.h>
|
|
250
297
|
#include <stddef.h>
|
|
251
298
|
#include <stdbool.h>
|
|
299
|
+
#endif
|
|
252
300
|
|
|
253
301
|
#if !defined(SWIFT_TYPEDEFS)
|
|
254
302
|
# define SWIFT_TYPEDEFS 1
|
|
@@ -404,9 +452,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
404
452
|
#else
|
|
405
453
|
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
406
454
|
#endif
|
|
455
|
+
#if defined(__OBJC__)
|
|
407
456
|
#if !defined(IBSegueAction)
|
|
408
457
|
# define IBSegueAction
|
|
409
458
|
#endif
|
|
459
|
+
#endif
|
|
410
460
|
#if !defined(SWIFT_EXTERN)
|
|
411
461
|
# if defined(__cplusplus)
|
|
412
462
|
# define SWIFT_EXTERN extern "C"
|
|
@@ -414,12 +464,35 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
414
464
|
# define SWIFT_EXTERN extern
|
|
415
465
|
# endif
|
|
416
466
|
#endif
|
|
467
|
+
#if !defined(SWIFT_CALL)
|
|
468
|
+
# define SWIFT_CALL __attribute__((swiftcall))
|
|
469
|
+
#endif
|
|
470
|
+
#if defined(__cplusplus)
|
|
471
|
+
#if !defined(SWIFT_NOEXCEPT)
|
|
472
|
+
# define SWIFT_NOEXCEPT noexcept
|
|
473
|
+
#endif
|
|
474
|
+
#else
|
|
475
|
+
#if !defined(SWIFT_NOEXCEPT)
|
|
476
|
+
# define SWIFT_NOEXCEPT
|
|
477
|
+
#endif
|
|
478
|
+
#endif
|
|
479
|
+
#if defined(__cplusplus)
|
|
480
|
+
#if !defined(SWIFT_CXX_INT_DEFINED)
|
|
481
|
+
#define SWIFT_CXX_INT_DEFINED
|
|
482
|
+
namespace swift {
|
|
483
|
+
using Int = ptrdiff_t;
|
|
484
|
+
using UInt = size_t;
|
|
485
|
+
}
|
|
486
|
+
#endif
|
|
487
|
+
#endif
|
|
488
|
+
#if defined(__OBJC__)
|
|
417
489
|
#if __has_feature(modules)
|
|
418
490
|
#if __has_warning("-Watimport-in-framework-header")
|
|
419
491
|
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
420
492
|
#endif
|
|
421
493
|
#endif
|
|
422
494
|
|
|
495
|
+
#endif
|
|
423
496
|
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
424
497
|
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
425
498
|
#if __has_warning("-Wpragma-clang-attribute")
|
|
@@ -427,6 +500,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
427
500
|
#endif
|
|
428
501
|
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
429
502
|
#pragma clang diagnostic ignored "-Wnullability"
|
|
503
|
+
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
430
504
|
|
|
431
505
|
#if __has_attribute(external_source_symbol)
|
|
432
506
|
# pragma push_macro("any")
|
|
@@ -435,10 +509,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
435
509
|
# pragma pop_macro("any")
|
|
436
510
|
#endif
|
|
437
511
|
|
|
512
|
+
#if defined(__OBJC__)
|
|
513
|
+
#endif
|
|
514
|
+
#if defined(__cplusplus)
|
|
515
|
+
#endif
|
|
438
516
|
#if __has_attribute(external_source_symbol)
|
|
439
517
|
# pragma clang attribute pop
|
|
440
518
|
#endif
|
|
441
519
|
#pragma clang diagnostic pop
|
|
442
520
|
#endif
|
|
443
521
|
|
|
522
|
+
#else
|
|
523
|
+
#error unsupported Swift architecture
|
|
444
524
|
#endif
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Dynatrace.h
|
|
2
|
-
// Version: 8.
|
|
2
|
+
// Version: 8.257.1.1007
|
|
3
3
|
//
|
|
4
4
|
// These materials contain confidential information and
|
|
5
5
|
// trade secrets of Dynatrace Corporation. You shall
|
|
@@ -963,10 +963,10 @@ extern NSString *_Nonnull const kDTXInstrumentWebViewTiming;
|
|
|
963
963
|
|
|
964
964
|
/*!
|
|
965
965
|
@const kDTXWebViewStandInDelegate
|
|
966
|
-
Use different instrumentation mode for WebView delegates to prevent circular instrumentation on delegate switching involving a subclass. The default value is false.
|
|
966
|
+
(DEPRECATED in version >= 8.257) Use different instrumentation mode for WebView delegates to prevent circular instrumentation on delegate switching involving a subclass. The default value is false.
|
|
967
967
|
@note This key is available as of OneAgent for iOS 8.175 and 7.2.7.
|
|
968
968
|
*/
|
|
969
|
-
extern NSString *_Nonnull const kDTXWebViewStandInDelegate;
|
|
969
|
+
extern NSString *_Nonnull const kDTXWebViewStandInDelegate __deprecated_msg("Don't use this flag anymore, it will be ignored.");
|
|
970
970
|
|
|
971
971
|
/*!
|
|
972
972
|
@const kDTXURLFilters
|
package/ios/lib/Dynatrace.xcframework/tvos-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
Binary file
|