Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa5117f

Browse files
committedJun 5, 2023
update README.md
add labels `Environment` and `Release` to example (cherry picked from commit 10a0a13)
1 parent 0d1a968 commit aa5117f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
func main() {
18-
w, err := zlogsentry.New("http://e35657dcf4fb4d7c98a1c0b8a9125088@localhost:9000/2")
18+
w, err := zlogsentry.New("http://e35657dcf4fb4d7c98a1c0b8a9125088@localhost:9000/2", zlogsentry.WithEnvironment("dev"), zlogsentry.WithRelease("1.0.0"))
1919
if err != nil {
2020
stdlog.Fatal(err)
2121
}

0 commit comments

Comments
 (0)
This repository has been archived.