Skip to content

Commit

Permalink
Merge pull request #287 from Shivani-Bajaj/task/286/remove-logging-wa…
Browse files Browse the repository at this point in the history
…rning

Logging system initialized correctly
  • Loading branch information
kean authored Sep 3, 2024
2 parents 8d61226 + 229ee7a commit 97a4491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
<EnvironmentVariables>
<EnvironmentVariable
key = "IDEPreferLogStreaming"
value = "YES"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
2 changes: 1 addition & 1 deletion Demo/Sources/iOS/Pulse_Demo_iOSApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private final class AppViewModel: ObservableObject {

init() {
// URLSessionProxyDelegate.enableAutomaticRegistration()
URLSessionProxy.enable()
// URLSessionProxy.enable()
DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(3)) {
sendRequest()
}
Expand Down

0 comments on commit 97a4491

Please sign in to comment.