Where are the change logs of JavaScript libraries? #5168
Answered
by
vladanpaunovic
gabrielizalo
asked this question in
Q&A
Answered by
vladanpaunovic
Jun 1, 2022
Replies: 1 comment
|
Hey @gabrielizalo, you can see all changelogs in the releases section of this repository. About breaking changesWe are committed to not introducing any breaking changes in minor versions. All breaking changes that come from us will be marked as "(breaking)" and we will provide a migration guide to help you upgrade. About different packagesGiven that It is recommended always to keep all packages on the same version. |
0 replies
Answer selected by
vladanpaunovic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hey @gabrielizalo, you can see all changelogs in the releases section of this repository.
About breaking changes
We are committed to not introducing any breaking changes in minor versions. All breaking changes that come from us will be marked as "(breaking)" and we will provide a migration guide to help you upgrade.
About different packages
Given that
sentry-javasctriptis a monorepo, hosting various different packages like@sentry/browser,@sentry/tracing,@sentry/react, and many other (full list here), a changelog ofsentry-javascriptapplies to all packages in it.It is recommended always to keep all packages on the same version.