Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
ribice committed Jan 12, 2025
1 parent c3b4932 commit d8eb25f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logrus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ sentryHook.AddTags(map[string]string{

## Notes

- Always call Flush to ensure all events are sent to Sentry before program termination
- Always call `Flush` or `FlushWithContext` to ensure all events are sent to Sentry before program termination

2 changes: 1 addition & 1 deletion slog/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ handler := slogSentry.Option{

## Notes

- Always call Flush to ensure all events are sent to Sentry before program termination
- Always call `Flush` or `FlushWithContext` to ensure all events are sent to Sentry before program termination
2 changes: 1 addition & 1 deletion zerolog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ The `sentryzerolog.Options` struct allows you to configure the following:

## Notes

- Always call Flush to ensure all events are sent to Sentry before program termination
- Always call `Flush` or `FlushWithContext` to ensure all events are sent to Sentry before program termination

0 comments on commit d8eb25f

Please sign in to comment.