|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 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 | + |
7 | 14 | ## 6.14.3
|
8 | 15 |
|
9 | 16 | - Revert: ref(utils): Use type predicates in `is` utility functions (#4124)
|
|
16 | 23 | - fix(vue): Merge default and manual hooks while creating mixins. (#4132)
|
17 | 24 | - ref(utils): Use type predicates in `is` utility functions (#4124)
|
18 | 25 |
|
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! |
20 | 27 |
|
21 | 28 | ## 6.14.1
|
22 | 29 |
|
@@ -46,7 +53,7 @@ Features, fixes, and improvements in this release have been contributed by: @J4Y
|
46 | 53 | - fix(tracing): Update paths for DB drivers auto-instrumentation (#4083)
|
47 | 54 | - fix(vue): Move ROOT_SPAN_TIMER into Vue context. (#4081)
|
48 | 55 |
|
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! |
50 | 57 |
|
51 | 58 | ## 6.13.3
|
52 | 59 |
|
@@ -616,7 +623,7 @@ during SDK initialization.
|
616 | 623 |
|
617 | 624 | - [react] feat: Expose eventId on ErrorBoundary component (#2704)
|
618 | 625 | - [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) |
620 | 627 | - [tracing] fix: Respect fetch headers (#2712) (#2713)
|
621 | 628 | - [tracing] fix: Check if performance.getEntries() exists (#2710)
|
622 | 629 | - [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
|
922 | 929 |
|
923 | 930 | ## 5.4.2
|
924 | 931 |
|
925 |
| -- [core] fix: Allow Integration<T> constructor to have arguments |
| 932 | +- [core] fix: Allow `Integration<T>` constructor to have arguments |
926 | 933 | - [browser] fix: Vue breadcrumb recording missing in payload
|
927 | 934 | - [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix #1762, fix #2085
|
928 | 935 | - [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
|
1031 | 1038 | in their own package called `@sentry/integrations`. For a detailed guide how to upgrade from `4.x` to `5.x` refer to our
|
1032 | 1039 | [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md).
|
1033 | 1040 |
|
1034 |
| -**Migration from v4** |
| 1041 | +### Migration from v4 |
1035 | 1042 |
|
1036 | 1043<
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
|
1037 | 1044 | 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.
|
1113 | 1120 |
|
1114 | 1121 | ## 5.0.0-beta1
|
1115 | 1122 |
|
1116 |
| -**Migration from v4** |
| 1123 | +### Migration from v4 |
1117 | 1124 |
|
1118 | 1125 | This major bump brings a lot of internal improvements. This is a **breaking** release since we removed some methods from
|
1119 | 1126 | 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.
|
1209 | 1216 | ## 4.5.2
|
1210 | 1217 |
|
1211 | 1218 | - [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 |
1213 | 1220 | - [loader] fix: Handle unhandledRejection the same way as it would be thrown
|
1214 | 1221 |
|
1215 | 1222 | ## 4.5.1
|
|
0 commit comments