We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7f59f commit 68945a1Copy full SHA for 68945a1
packages/integrations/src/vue.ts
@@ -111,9 +111,7 @@ export class Vue implements Integration {
111
}
112
113
if (this._logErrors) {
114
- if (process && process.env && process.env.NODE_ENV !== 'production') {
115
- this._Vue.util.warn(`Error in ${info}: "${error.toString()}"`, vm);
116
- }
+ this._Vue.util.warn(`Error in ${info}: "${error.toString()}"`, vm);
117
// tslint:disable-next-line:no-console
118
console.error(error);
119
0 commit comments