Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
add labels `Environment` and `Release` to example

(cherry picked from commit 10a0a13)
  • Loading branch information
aleksandr-tuliakov committed Jun 5, 2023
1 parent 0d1a968 commit aa5117f
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 @@ -15,7 +15,7 @@ import (
)

func main() {
w, err := zlogsentry.New("http://e35657dcf4fb4d7c98a1c0b8a9125088@localhost:9000/2")
w, err := zlogsentry.New("http://e35657dcf4fb4d7c98a1c0b8a9125088@localhost:9000/2", zlogsentry.WithEnvironment("dev"), zlogsentry.WithRelease("1.0.0"))
if err != nil {
stdlog.Fatal(err)
}
Expand Down

0 comments on commit aa5117f

Please sign in to comment.