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
TS2551: Property 'registerWorker' does not exist on type
'typeof import(".../node_modules/@sentry/browser/build/npm/types/index")'.
Did you mean 'registerWebWorker'?
The answer to "Did you mean 'registerWebWorker'?" is yes. But that's not what's documented.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/browser
SDK Version
10.5.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
#16981 added
Sentry.registerWebWorker(). However, the documentation repeatedly refers to it asSentry.registerWorker(), which doesn't seem to exist. So do some comments in the code.Steps to Reproduce
npm install --save @sentry/browser@10.5.0Expected Result
No errors
Actual Result
The answer to "Did you mean 'registerWebWorker'?" is yes. But that's not what's documented.