Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 23, 2024
1 parent 4160a83 commit 961f3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public open class SentryOptions {
/** Information about the Sentry SDK that generated this event. */
public var sdk: SdkVersion? = null

/** Sets the minimum LogLevel if null, it uses the default min. Default is [SentryLevel.DEBUG] */
/** Sets the minimum log level. Default is [SentryLevel.DEBUG] */
public var diagnosticLevel: SentryLevel = SentryLevel.DEBUG

/** This variable controls the total amount of breadcrumbs that should be captured. Default is 100. */
Expand Down

0 comments on commit 961f3b5

Please sign in to comment.