Skip to content

Commit

Permalink
chore(repo): Add missing v7 changelog entries (#14962)
Browse files Browse the repository at this point in the history
same as #14961 for `develop`
  • Loading branch information
Lms24 authored Jan 10, 2025
1 parent de2c1ad commit 3ea500f
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion docs/changelog/v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,49 @@
Support for Sentry SDK v7 will be dropped soon. We recommend migrating to the latest version of the SDK. You can migrate
from `v7` of the SDK to `v8` by following the [migration guide](../../MIGRATION.md#upgrading-from-7x-to-8x).

## 7.120.3

- fix(v7/publish): Ensure discontinued packages are published with `latest` tag (#14926)

## 7.120.2

- fix(tracing-internal): Fix case when lrp keys offset is 0 (#14615)

Work in this release contributed by @LubomirIgonda1. Thank you for your contribution!

## 7.120.1

- fix(v7/cdn): Ensure `_sentryModuleMetadata` is not mangled (#14357)

Work in this release contributed by @gilisho. Thank you for your contribution!

## 7.120.0

- feat(v7/browser): Add moduleMetadataIntegration lazy loading support (#13822)

Work in this release contributed by @gilisho. Thank you for your contribution!

## 7.119.2

- chore(nextjs/v7): Bump rollup to 2.79.2

## 7.119.1

- fix(browser/v7): Ensure wrap() only returns functions (#13838 backport)

Work in this release contributed by @legobeat. Thank you for your contribution!

## 7.119.0

- backport(tracing): Report dropped spans for transactions (#13343)

## 7.118.0

- fix(v7/bundle): Ensure CDN bundles do not overwrite `window.Sentry` (#12579)

## 7.117.0

- feat(browser/v7): Publish browserprofling CDN bundle (#12224)
- feat(browser/v7): Publish browser profiling CDN bundle (#12224)
- fix(v7/publish): Add `v7` tag to `@sentry/replay` (#12304)

## 7.116.0
Expand Down

0 comments on commit 3ea500f

Please sign in to comment.