Skip to content

Commit

Permalink
ref(iOS-Swift): reorganize SDK configuration (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Dec 14, 2024
1 parent e96c029 commit 4f2aced
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "--io.sentry.disable-everything"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--disable-file-io-tracing"
isEnabled = "NO">
Expand Down Expand Up @@ -113,10 +117,6 @@
argument = "--disable-automatic-session-tracking"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--disable-metrics"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--disable-metrickit-integration"
isEnabled = "NO">
Expand Down
Loading

0 comments on commit 4f2aced

Please sign in to comment.