|
@@ -69,7 +69,7 @@ func application(_ application: UIApplication,
|
|
params.isPerformanceSelected
|
|
params.isPerformanceSelected
|
|
? `
|
|
? `
|
|
|
|
|
|
- // Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
|
|
|
|
|
|
+ // Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
|
|
// We recommend adjusting this value in production.
|
|
// We recommend adjusting this value in production.
|
|
options.tracesSampleRate = 1.0`
|
|
options.tracesSampleRate = 1.0`
|
|
: ''
|
|
: ''
|
|
@@ -99,7 +99,7 @@ struct SwiftUIApp: App {
|
|
params.isPerformanceSelected
|
|
params.isPerformanceSelected
|
|
? `
|
|
? `
|
|
|
|
|
|
- // Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
|
|
|
|
|
|
+ // Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
|
|
// We recommend adjusting this value in production.
|
|
// We recommend adjusting this value in production.
|
|
options.tracesSampleRate = 1.0`
|
|
options.tracesSampleRate = 1.0`
|
|
: ''
|
|
: ''
|