Vue3 npm cannot set Sentry

Hello, I am new to sentry.
However I followed guide https://www.npmjs.com/package/@sentry/node for this package in my vue3 /npm project.
I have made init in config.js file such as:
export const Sentry = require(’@sentry/node’);
Sentry.init({ dsn: ‘https://0017d3e4389546c5840ddd0aebd402d6@sentry.io/1370900’ });

But instead I get an error ./node_modules/@sentry/node/dist/integrations/console.js
Module not found: Error: Can’t resolve ‘console’ in ‘D:\project\node_modules@sentry\node\dist\integrations’

Any help or a link to related topic will be much appreciated