@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
package/ios/lib/Dynatrace.xcframework/ios-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-ios11.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.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-
|
|
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-ios11.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/ios-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/ios-arm64_x86_64-simulator/Dynatrace.framework/Info.plist
CHANGED
|
Binary file
|
|
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-ios11.0-simulator -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.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-
|
|
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-ios11.0-simulator -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
|
|
@@ -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 x86_64-apple-ios11.0-simulator -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.
|
|
3
|
-
// swift-module-flags: -target x86_64-apple-
|
|
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 x86_64-apple-ios11.0-simulator -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
|