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 cf4e81a commit 0fcc297Copy full SHA for 0fcc297
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