|
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 | + |
| 14 | +## 6.14.3 |
| 15 | + |
| 16 | +- Revert: ref(utils): Use type predicates in `is` utility functions (#4124) |
| 17 | + |
| 18 | +## 6.14.2 |
| 19 | + |
| 20 | +- feat(awslambda) : Capture errors individually on sqs partial batch failure (#4130) |
| 21 | +- feat(gatsby): Upload source maps automatically when sentry-cli is configured (#4109) |
| 22 | +- fix(nextjs): Prevent `false API resolved without sending a response` warning (#4139) |
| 23 | +- fix(vue): Merge default and manual hooks while creating mixins. (#4132) |
| 24 | +- ref(utils): Use type predicates in `is` utility functions (#4124) |
| 25 | + |
| 26 | +Work in this release contributed by @J4YF7O. Thank you for your contribution! |
| 27 | + |
7 | 28 | ## 6.14.1 |
8 | 29 |
|
9 | 30 | - feat(gatsby): Support Gatsby v4 (#4120) |
|
32 | 53 | - fix(tracing): Update paths for DB drivers auto-instrumentation (#4083) |
33 | 54 | - fix(vue): Move ROOT_SPAN_TIMER into Vue context. (#4081) |
34 | 55 |
|
35 | | -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! |
36 | 57 |
|
37 | 58 | ## 6.13.3 |
38 | 59 |
|
@@ -602,7 +623,7 @@ during SDK initialization. |
602 | 623 |
|
603 | 624 | - [react] feat: Expose eventId on ErrorBoundary component (#2704) |
604 | 625 | - [node] fix: Extract transaction from nested express paths correctly (#2714) |
605 | | -- [tracing] feat: Pick up sentry-trace in JS <meta/> tag (#2703) |
| 626 | +- [tracing] feat: Pick up sentry-trace in JS `<meta/>` tag (#2703) |
606 | 627 | - [tracing] fix: Respect fetch headers (#2712) (#2713) |
607 | 628 | - [tracing] fix: Check if performance.getEntries() exists (#2710) |
608 | 629 | - [tracing] fix: Add manual Location typing (#2700) |
@@ -908,7 +929,7 @@ removed in the future. If you are only using the `Tracing` integration there is |
908 | 929 |
|
909 | 930 | ## 5.4.2 |
910 | 931 |
|
911 | | -- [core] fix: Allow Integration<T> constructor to have arguments |
| 932 | +- [core] fix: Allow `Integration<T>` constructor to have arguments |
912 | 933 | - [browser] fix: Vue breadcrumb recording missing in payload |
913 | 934 | - [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix #1762, fix #2085 |
914 | 935 | - [integrations] fix: Tracing integration fetch headers bug where trace header is not attached if there are no options. |
@@ -1017,7 +1038,7 @@ This major bump brings a lot of internal improvements. Also, we extracted some i |
1017 | 1038 | in their own package called `@sentry/integrations`. For a detailed guide how to upgrade from `4.x` to `5.x` refer to our |
1018 | 1039 | [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md). |
1019 | 1040 |
|
1020 | | -**Migration from v4** |
| 1041 | +### Migration from v4 |
1021 | 1042 |
|
1022 | 1043 | If you were using the SDKs high level API, the way we describe it in the docs, you should be fine without any code |
1023 | 1044 | changes. This is a **breaking** release since we removed some methods from the public API and removed some classes from |
@@ -1099,7 +1120,7 @@ the default export. |
1099 | 1120 |
|
1100 | 1121 | ## 5.0.0-beta1 |
1101 | 1122 |
|
1102 | | -**Migration from v4** |
| 1123 | +### Migration from v4 |
1103 | 1124 |
|
1104 | 1125 | This major bump brings a lot of internal improvements. This is a **breaking** release since we removed some methods from |
1105 | 1126 | the public API and removed some classes from the default export. |
@@ -1195,7 +1216,7 @@ the public API and removed some classes from the default export. |
1195 | 1216 | ## 4.5.2 |
1196 | 1217 |
|
1197 | 1218 | - [utils] fix: Decycling for objects to no produce an endless loop |
1198 | | -- [browser] fix: <unlabeled> event for unhandledRejection |
| 1219 | +- [browser] fix: `<unlabeled>` event for unhandledRejection |
1199 | 1220 | - [loader] fix: Handle unhandledRejection the same way as it would be thrown |
1200 | 1221 |
|
1201 | 1222 | ## 4.5.1 |
|
0 commit comments