Closed erikgrinaker closed 6 years ago
What's the point of needing to specify server_name
? I am fine with both SENTRY_RELEASE
and SENTRY_ENVIRONMENT
, but I'm not sure why os.Hostname()
wouldn't be sufficient for server_name
.
lol, so as the person that added this into raven-node in 2012, I think it has just hung around for super legacy reasons and this is not actively used or suggested to be used, so I don't thing we should add it into anything.
If you back out the SENTRY_NAME
change, I'll get this merged in.
Sure, I've removed SENTRY_NAME
.
Thanks! ðŸŒ
The Node client supports the environment variables,
SENTRY_RELEASE
, andSENTRY_ENVIRONMENT
. The latter is particularly useful for specifying the app environment in e.g. Kubernetes manifests.This patch adds support for these environment variables in the Go client as well.