Skip to content

Type '"url" | "authToken" | "org" | "project" | "vscRemote" | "dist" | "silent"' does not satisfy the constraint 'keyof SentryCliOptions' #4136

Closed
@gajus

Description

@gajus

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other: @sentry/nextjs

Version:

6.14.1

Description

TypeScript error:

node_modules/@sentry/nextjs/node_modules/@sentry/webpack-plugin/index.d.ts:14:9 - error TS2344: Type '"url" | "authToken" | "org" | "project" | "vscRemote" | "dist" | "silent"' does not satisfy the constraint 'keyof SentryCliOptions'.
  Type '"vscRemote"' is not assignable to type 'keyof SentryCliOptions'.

 14         | 'url'
            ~~~~~~~
 15         | 'authToken'
    ~~~~~~~~~~~~~~~~~~~~~
...
 19         | 'dist'
    ~~~~~~~~~~~~~~~~
 20         | 'silent'
    ~~~~~~~~~~~~~~~~~~

How to reproduce the issue:

Use tsc with {"skipLibCheck": false}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: nextjsIssues related to the Sentry Nextjs SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions