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
Typescript typings fail with the above setup because transportOptions expects a type of BrowserTransportOptions, but I need to pass in BrowserOfflineTransportOptions for the offline transport layer.
Expected Result
No type errors
Actual Result
Type '{ maxQueueSize: number; }' is not assignable to type 'Partial'
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
bundle.tracing.min.js
) in your SDK setup.@sentry/browser
SDK Version
7.46.0
Framework Version
7.46.0
Link to Sentry event
No response
SDK Setup
Steps to Reproduce
Typescript typings fail with the above setup because
transportOptions
expects a type ofBrowserTransportOptions
, but I need to pass inBrowserOfflineTransportOptions
for the offline transport layer.Expected Result
No type errors
Actual Result
Type '{ maxQueueSize: number; }' is not assignable to type 'Partial'
The text was updated successfully, but these errors were encountered: