Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Lock in TypeScript to 3.7.5 #2848

Merged
merged 3 commits into from
Aug 26, 2020
Merged

build: Lock in TypeScript to 3.7.5 #2848

merged 3 commits into from
Aug 26, 2020

Conversation

kamilogorek
Copy link
Contributor

@kamilogorek kamilogorek commented Aug 26, 2020

Fixes #2845

I wasn't able to compile @sentry/ember with any version of TypeScript 3.8, despite it working just with 3.7 and 3.9, I don't even...
Version 3.8 doesn't add any features that we use anyway, so we can ignore it - https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html

The lesson for the future: never upgrade a typescript version without major package bump, as they don't use semver
(this should be a poster in every office)

@kamilogorek kamilogorek requested a review from a team August 26, 2020 11:10
@github-actions
Copy link
Contributor

github-actions bot commented Aug 26, 2020

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 17.67 KB (+0.01% 🔺)
@sentry/browser - Webpack 18.46 KB (0%)
@sentry/react - Webpack 18.46 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 22.77 KB (+0.01% 🔺)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overriding Sentry.init throws TypeError: Cannot set property init of #<Object> which has only a getter.
2 participants