Skip to content

Commit

Permalink
Merge branch 'release-v2.0.0' into release-v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticstain authored Jan 21, 2024
2 parents 7b99269 + 78d1c0d commit 84c1356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func InitRollbar(appVer string) {
rollbar.SetServerHost("anonymous")
rollbar.SetServerRoot("github.com/magneticstain/ip-2-cloudresource")
rollbar.SetCodeVersion(appVer)
rollbar.SetEnvironment("production")
rollbar.SetEnvironment("development")
}

func ReverseDNSLookup(ipAddr string) ([]string, error) {
Expand Down

0 comments on commit 84c1356

Please sign in to comment.