We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510ccdf commit 996af54Copy full SHA for 996af54
src/raven.js
@@ -960,12 +960,10 @@ Raven.prototype = {
960
961
// Include the release if it's defined in globalOptions
962
if (globalOptions.release) data.release = globalOptions.release;
963
+
964
// Include server_name if it's defined in globalOptions
965
if (globalOptions.serverName) data.server_name = globalOptions.serverName;
966
- // Include the release if it's defined in globalOptions
967
- if (globalOptions.release) data.release = globalOptions.release;
968
-
969
if (isFunction(globalOptions.dataCallback)) {
970
data = globalOptions.dataCallback(data) || data;
971
}
0 commit comments