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/browser
SDK Version
6.19.0
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
updated to 6.19.0 and try to build an already existing and working project;
Expected Result
Project to build as it was the case with previous version.
Actual Result
Build error
Argument of type '{ dsn: string; beforeSend: (event: any, hint: any) => any; environment: string; }' is not assignable to parameter of type 'BrowserOptions'.", " Object literal may only specify known properties, and 'dsn' does not exist in type 'BrowserOptions'
I have seen this issue but if it's "due to some misconfiguration of typescript compiler" I'm curious to know why it's was working on previous version with the same configuration ?
Regards,
Metadata
Metadata
Assignees
Labels
No labels