Skip to content

Commit

Permalink
docs: fix typo in README.md
Browse files Browse the repository at this point in the history
fix typo "Dfault" to "Default"
  • Loading branch information
fightnyy authored and paveldedik committed Mar 21, 2024
1 parent 19ae195 commit e5712ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Do not forget to add the `structlog.stdlib.add_log_level` and optionally the
`SentryProcessor` class takes the following arguments:

- `level` Events of this or higher levels will be reported as Sentry
breadcrumbs. Dfault is `logging.INFO`.
breadcrumbs. Default is `logging.INFO`.
- `event_level` Events of this or higher levels will be reported to Sentry
as events. Default is `logging.WARNING`.
- `active` A flag to make this processor enabled/disabled.
Expand Down

0 comments on commit e5712ab

Please sign in to comment.