8000 meta: Update changelog · rhcarvalho/sentry-javascript@f5c969a · GitHub
[go: up one dir, main page]

Skip to content

Commit f5c969a

Browse files
committed
meta: Update changelog
1 parent c886062 commit f5c969a

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 6.15.0
8+
9+
- fix(browser): Capture stacktrace on `DOMExceptions`, if possible (#4160)
10+
- fix(nextjs): Delay error propagation until `withSentry` is done (#4027)
11+
12+
Work in this release contributed by @nowylie. Thank you for your contribution!
13+
714
## 6.14.3
815

916
- Revert: ref(utils): Use type predicates in `is` utility functions (#4124)
@@ -16,7 +23,7 @@
1623
- fix(vue): Merge default and manual hooks while creating mixins. (#4132)
1724
- ref(utils): Use type predicates in `is` utility functions (#4124)
1825

19-
Features, fixes, and improvements in this release have been contributed by: @J4YF7O. Thank you for your contributions!
26+
Work in this release contributed by @J4YF7O. Thank you for your contribution!
2027

2128
## 6.14.1
2229

@@ -46,7 +53,7 @@ Features, fixes, and improvements in this release have been contributed by: @J4Y
4653
- fix(tracing): Update paths for DB drivers auto-instrumentation (#4083)
4754
- fix(vue): Move ROOT_SPAN_TIMER into Vue context. (#4081)
4855

49-
Features, fixes, and improvements in this release have been contributed by: @tmilar, @deammer, @freekii. Thank you for your contributions!
56+
Work in this release contributed by @tmilar, @deammer, and @freekii. Thank you for your contributions!
5057

5158
## 6.13.3
5259

@@ -616,7 +623,7 @@ during SDK initialization.
616623

617624
- [react] feat: Expose eventId on ErrorBoundary component (#2704)
618625
- [node] fix: Extract transaction from nested express paths correctly (#2714)
619-
- [tracing] feat: Pick up sentry-trace in JS <meta/> tag (#2703)
626+
- [tracing] feat: Pick up sentry-trace in JS `<meta/>` tag (#2703)
620627
- [tracing] fix: Respect fetch headers (#2712) (#2713)
621628
- [tracing] fix: Check if performance.getEntries() exists (#2710)
622629
- [tracing] fix: Add manual Location typing (#2700)
@@ -922,7 +929,7 @@ removed in the future. If you are only using the `Tracing` integration there is
922929

923930
## 5.4.2
924931

925-
- [core] fix: Allow Integration<T> constructor to have arguments
932+
- [core] fix: Allow `Integration<T>` constructor to have arguments
926933
- [browser] fix: Vue breadcrumb recording missing in payload
927934
- [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix #1762, fix #2085
928935
- [integrations] fix: Tracing integration fetch headers bug where trace header is not attached if there are no options.
@@ -1031,7 +1038,7 @@ This major bump brings a lot of internal improvements. Also, we extracted some i
10311038
in their own package called `@sentry/integrations`. For a detailed guide how to upgrade from `4.x` to `5.x` refer to our
10321039
[migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md).
10331040

1034-
**Migration from v4**
1041+
### Migration from v4
10351042

10361043< AB70 /code>
If you were using the SDKs high level API, the way we describe it in the docs, you should be fine without any code
10371044
changes. This is a **breaking** release since we removed some methods from the public API and removed some classes from
@@ -1113,7 +1120,7 @@ the default export.
11131120

11141121
## 5.0.0-beta1
11151122

1116-
**Migration from v4**
1123+
### Migration from v4
11171124

11181125
This major bump brings a lot of internal improvements. This is a **breaking** release since we removed some methods from
11191126
the public API and removed some classes from the default export.
@@ -1209,7 +1216,7 @@ the public API and removed some classes from the default export.
12091216
## 4.5.2
12101217

12111218
- [utils] fix: Decycling for objects to no produce an endless loop
1212-
- [browser] fix: <unlabeled> event for unhandledRejection
1219+
- [browser] fix: `<unlabeled>` event for unhandledRejection
12131220
- [loader] fix: Handle unhandledRejection the same way as it would be thrown
12141221

12151222
## 4.5.1

0 commit comments

Comments
 (0)
0