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
After installing airbrake/browser the @airbrake/browser/dist/options.d.ts file's IInstrumentationOptions do not include unhandledrejection introduced in #915
The text was updated successfully, but these errors were encountered:
No, it's not about the option working or not but rather the TypeScript types being incorrect - if I set it TS complains with Object literal may only specify known properties, and 'unhandledrejection' does not exist in type 'IInstrumentationOptions'. If I set other options (e.g. fetch) under the instrumentation key it works OK, it's just this particular option that doesn't work. And indeed if I then cd to @airbrake/browser/dist/options.d.ts I see
🐞 bug report
Affected Package
The issue is caused by package @airbrake/browserIs this a regression?
No
Description
After installing airbrake/browser the @airbrake/browser/dist/options.d.ts file's
IInstrumentationOptions
do not includeunhandledrejection
introduced in #915The text was updated successfully, but these errors were encountered: