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.
2 parents cf4e81a + 0fcc297 commit fb26b90Copy full SHA for fb26b90
src/raven.js
@@ -722,7 +722,7 @@ function send(data) {
722
data.user = globalUser;
723
}
724
725
- // Include the release iff it's defined in globalOptions
+ // Include the release if it's defined in globalOptions
726
if (globalOptions.release) data.release = globalOptions.release;
727
728
if (isFunction(globalOptions.dataCallback)) {
0 commit comments