-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/react
SDK Version
6.19.5
Framework Version
6.19.5
Link to Sentry event
No response
Steps to Reproduce
My init looks like this:
Sentry.init({
dsn: '...',
...
integrations: [
new CaptureConsole({ levels: ['error'] }),
]
})Expected Result
It works
Actual Result
TypeScript error is raised:
TS2322: Type '"error"' is not assignable to type '"debug"'.
I believe this was caused by #4863
blinkzz
Metadata
Metadata
Assignees
Labels
No labels