Skip to content

Commit

Permalink
update options comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ribice committed Aug 4, 2024
1 parent 4762153 commit fb10763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerolog/sentryzerolog.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type Config struct {
type Options struct {
// Levels specifies the log levels that will trigger event sending to Sentry.
// Only log messages at these levels will be sent. By default, the levels are
// Error, Fatal, and Panic, which capture critical issues.
// Error, Fatal, and Panic.
Levels []zerolog.Level

// WithBreadcrumbs, when enabled, adds log entries as breadcrumbs in Sentry.
Expand Down

0 comments on commit fb10763

Please sign in to comment.