You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, how are you supposed to import the transport when moduleResolution is set to node next, and ESNext is being used? I tried
importSentryfrom'winston-transport-sentry-node';
However that results in This expression is not constructable.
Type 'typeof import("/Users/net-tech-/Desktop/Programming/old-kydzs-splatoon/node_modules/.pnpm/[email protected]/node_modules/winston-transport-sentry-node/dist/transport")' has no construct signatures.
48 new Sentry({
~~~~~~
The text was updated successfully, but these errors were encountered:
Hi there, how are you supposed to import the transport when moduleResolution is set to node next, and ESNext is being used? I tried
However that results in This expression is not constructable.
The text was updated successfully, but these errors were encountered: