How to disable logging the SentryProfilerState debug backtrace in XCode console? #3746
-
Sentry is printing hundreds of lines of this log that is making it difficult to get actual log for debug purposes. Any step to prevent the sentryprofilerstate debug log to print will be much helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can disable the debug log messages by setting the sentry-cocoa/Sources/Sentry/Public/SentryOptions.h Lines 22 to 27 in da2f43e |
Beta Was this translation helpful? Give feedback.
-
This was a |
Beta Was this translation helpful? Give feedback.
This was a
printf
left in by accident so wouldn't have been controllable viaoption.debug = false
, and was removed in 8.22.0. Sorry for the inconvenience!