Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
corest committed Sep 9, 2024
1 parent 1f259ce commit a8870da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func main() {
zerolog.SetGlobalLevel(zerolog.InfoLevel)

w, err := zlogsentry.New(
sentryDsn,
sentryDSN,
)
if err != nil {
stdlog.Fatal(err)
Expand Down

0 comments on commit a8870da

Please sign in to comment.