Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module '"@sentry/types"' has no exported member 'LogLevel' #79

Open
simplenotezy opened this issue Apr 6, 2022 · 3 comments
Open

Module '"@sentry/types"' has no exported member 'LogLevel' #79

simplenotezy opened this issue Apr 6, 2022 · 3 comments

Comments

@simplenotezy
Copy link

When trying to follow the documentation for LogLevel, TypeScript complains:

Module '"@sentry/types"' has no exported member 'LogLevel'.

Defining the logLevel:

    logLevel: LogLevel.Debug,
@felix-gohla
Copy link

Probably related getsentry/sentry-javascript#4320?

@rubiin
Copy link

rubiin commented Apr 26, 2022

This should address the issue . #73

@ctsstc
Copy link

ctsstc commented Jun 1, 2022

Looks like we should be using Severity instead from: import { Severity } from '@sentry/types', but it also sounds like it's deprecated in the v7 release as mentioned here: #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants