|
@@ -99,7 +99,7 @@ func application(_ application: UIApplication,
|
|
|
// this code will be profiled
|
|
|
//
|
|
|
// Calls to stopProfiler are optional - if you don't stop the profiler, it will keep profiling
|
|
|
- // your application until the process exits or stopProfiling is called.
|
|
|
+ // your application until the process exits or stopProfiler is called.
|
|
|
SentrySDK.stopProfiler()`
|
|
|
: ''
|
|
|
}
|
|
@@ -144,7 +144,7 @@ struct SwiftUIApp: App {
|
|
|
// this code will be profiled
|
|
|
//
|
|
|
// Calls to stopProfiler are optional - if you don't stop the profiler, it will keep profiling
|
|
|
- // your application until the process exits or stopProfiling is called.
|
|
|
+ // your application until the process exits or stopProfiler is called.
|
|
|
SentrySDK.stopProfiler()`
|
|
|
: ''
|
|
|
}
|