|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
6 | 6 |
|
| 7 | +## 7.15.0 |
| 8 | + |
| 9 | +This release deprecates `@sentry/hub` and all of it's exports. All of the `@sentry/hub` exports have moved to `@sentry/core`. `@sentry/hub` will be removed in the next major release. |
| 10 | + |
| 11 | +- feat(ember): Add ember-engine-router support (#5905) |
| 12 | +- feat(nextjs): Enable `autoInstrumentServerFunctions` per default (#5919) |
| 13 | +- feat(tracing): Make BrowserTracing heartbeat interval configurable (#5867) |
| 14 | +- fix(node): Remove Cookie header from requestdata.headers if cookies should not be sent to Sentry (#5898) |
| 15 | +- fix(remix): Rework dynamic imports of `react-router-dom` (#5897) |
| 16 | +- fix(utils): Accept DSN URLs with empty password (#5902) |
| 17 | +- fix(vue): Finish spans in component tracking before starting new ones for same operation (#5918) |
| 18 | +- ref(hub): Move `@sentry/hub` code to `@sentry/core` (#5823) |
| 19 | + |
| 20 | +Work in this release contributed by @outsideris and @JonasKruckenberg. Thank you for your contributions! |
| 21 | + |
| 22 | +## 7.14.2 |
| 23 | + |
| 24 | +- fix(ember): Align span operations to new operations (#5883) |
| 25 | +- fix(nextjs): Consider pageExtensions option in auto instrumentation (#5881) |
| 26 | +- fix(remix): Align span operations to new operations (#5889) |
| 27 | +- fix(serverless): Align span operations to new operations (#5890) |
| 28 | +- fix(tracing): Align span operations to new operations (#5891) |
| 29 | +- fix(vue): Align span operations to new operations (#5892) |
| 30 | +- ref(hub): Remove hard cap from maxBreadcrumbs (#5873) |
| 31 | +- ref(nextjs): Make build-phase check more robust (#5857) |
| 32 | + |
| 33 | +Work in this release contributed by @outsideris. Thank you for your contributions! |
| 34 | + |
7 | 35 | ## 7.14.1 |
8 | 36 |
|
9 | 37 | - fix(nextjs): Handle CJS API route exports (#5865) |
|
22 | 50 | - fix(nextjs): Handle `pathname` being passed in object in `instrumentServer` (#5782) |
23 | 51 | - fix(nextjs): Pass request in sampling context of data fetchers wrapper transaction (#5784) |
24 | 52 | - fix(nextjs): Reverse order of checks for instrumenting server (#5828) |
25 | | -- fix(nextjs): Rename `nextjs.data.server` ops (#5830) |
| 53 | +- fix(nextjs): Rename `nextjs.data.server` ops (#5830) |
26 | 54 | - fix(remix): Do not skip error handling if tracing is not enabled. (#5811) |
27 | 55 | - fix(remix): Use import() to get `react-router-dom` in Express wrapper. (#5810) |
28 | 56 | - fix(tracing): Remove `connection.downlink` measurement (#5794) |
|
0 commit comments