You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Deprecated! Use setup( ) with InstanaSetupOptions instead.
131
134
/// Configures and sets up the Instana agent with a custom HTTP capture configuration. (deprecated)
132
135
///
133
136
/// - Note: Should be called only once, as soon as posible. Preferably in `application(_:, didFinishLaunchingWithOptions:)`
@@ -138,6 +141,7 @@ import Foundation
138
141
/// - collectionEnabled: Enable or disable collection (instrumentation) on setup. Can be changed later via the property `collectionEnabled` (Default: true)
139
142
/// - enableCrashReporting: Subscribe to metricKit events so as to enable crash reporting.
140
143
/// App must have explicitly asked user permission to subscribe before this call.
144
+
@available(*, deprecated, message:"This method is deprecated. Use the setup() method with InstanaSetupOptions.")
0 commit comments