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
- fix(replay): Fix feature detection of PerformanceObserver (#7029)
17
+
7
18
## 7.35.0
8
19
9
20
Session Replay is deprecating privacy options in favor of a more streamlined API. Please see the [Replay migration guide](https://github.com/getsentry/sentry-javascript/blob/master/packages/replay/MIGRATION.md) for further information.
@@ -27,6 +38,8 @@ Additionally, the following configuration options will no longer be configurable
27
38
- fix(utils): Account for null prototype during normalization (#6925)
28
39
- ref(replay): Log warning if sample rates are all undefined (#6959)
29
40
41
+
Work in this release contributed by @boblauer. Thank you for your contribution!
42
+
30
43
## 7.34.0
31
44
32
45
This release adds automatic injection of the Next.js SDK into serverside `app` directory bundles, allowing users to call the Sentry SDK in server components.
Copy file name to clipboardExpand all lines: docs/publishing-a-release.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,9 @@ _These steps are only relevant to Sentry employees when preparing and publishing
17
17
## Updating the Changelog
18
18
19
19
1. Create a new branch.
20
-
2. Run `git log --format="- %s"` and copy everything since the last release.
20
+
2. Run `yarn changelog` and copy everything
21
21
3. Create a new section in the changelog, deciding based on the changes whether it should be a minor bump or a patch release.
22
22
4. Paste in the logs you copied earlier.
23
23
5. Delete any which aren't user-facing changes.
24
-
6. Alphabetize the rest.
25
24
7. If any of the PRs are from external contributors, include underneath the commits `Work in this release contributed by <list of external contributors' GitHub usernames>. Thank you for your contributions!`. If there's only one external PR, don't forget to remove the final `s`. If there are three or more, use an Oxford comma. (It's in the Sentry styleguide!)
26
25
8. Commit, push, and open a PR with the title `meta: Update changelog for <fill in relevant version here>` against `develop` branch.
0 commit comments