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
As was raised in getsentry/sentry-javascript#5409 (comment), folks who use TypeScript probably should use the npm package @sentry/browser for the best experience, but currently our docs + onboarding pushes them to use the loader/cdn.
This is not a great experience because the CDN/loader isn't typed, and because of the permutations of the CDN bundles the types are hard to figure out (tracing bundle vs. replay bundle).
Suggested Solution
We should have a flow in onboarding where if you are using a vanilla js app with TypeScript we encourage you to use the npm bundle.
The text was updated successfully, but these errors were encountered:
SDK
JavaScript SDK
Description
As was raised in getsentry/sentry-javascript#5409 (comment), folks who use TypeScript probably should use the npm package
@sentry/browser
for the best experience, but currently our docs + onboarding pushes them to use the loader/cdn.This is not a great experience because the CDN/loader isn't typed, and because of the permutations of the CDN bundles the types are hard to figure out (tracing bundle vs. replay bundle).
Suggested Solution
We should have a flow in onboarding where if you are using a vanilla js app with TypeScript we encourage you to use the npm bundle.
The text was updated successfully, but these errors were encountered: