Skip to content

Commit d3dfef6

Browse files
authored
Update README.mkd
1 parent fd7639a commit d3dfef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/atlassian/go-sentry-api"
1414
)
1515
// Auth token is always required, secondary is endpoint and third is timeout defaults 60 seconds
16-
client := sentry.NewClient("yourauthtokengoeshere", nil, nil)
16+
client, _:= sentry.NewClient("yourauthtokengoeshere", nil, nil)
1717

1818
// Fetch your organization
1919
org, err := client.GetOrganization("sentry")

0 commit comments

Comments
 (0)