|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 6.13.0-beta.1 |
| 8 | + |
| 9 | +- feat(browser): Client Report Support (#3955) |
| 10 | +- feat(perf): Add experimental option to improve LCP collection (#3879) |
| 11 | +- fix(browser): Make sure that `document.head` or `document.body` exists for `injectReportDialog` (#3972) |
| 12 | +- fix(browser): Parse frames-only `safari(-web)-extension` stack (#3929) |
| 13 | +- fix(ember): Move `ember-source` to `devDependencies` (#3962) |
| 14 | +- fix(hub): Don't set `lastEventID` for transactions (#3966) |
| 15 | +- fix(nextjs): Include nextjs config's `basePath` on `urlPrefix` (#3922) |
| 16 | +- fix(node): Add protocol detection for get/request calls without explict protocol (#3950) |
| 17 | +- fix(node): Disable `autoSessionTracking` if dsn undefined (#3954) |
| 18 | +- fix(vue): Check for matched route existence before starting transaction (#3973) |
| 19 | +- ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965) |
| 20 | +- ref(nextjs): Exclude cross-platform tracing code from bundles (#3978) |
| 21 | + |
7 | 22 | ## 6.12.0
|
8 | 23 |
|
9 |
| -- fix(nextjs): Differentiate between webpack 4 and 5 in server builds (#3878) |
10 |
| -- fix(core): Skip native frames while searching frame URLs. (#3897) |
11 |
| -- fix(vue): Attach props only if VM is available (#3902) |
12 |
| -- feat(tracing): Add pg-native support to Postgres integration. (#3894) |
13 |
| -- ref(ember): Update addon to support Ember 4.0.0 (beta) (#3915) |
14 | 24 | - feat(react): Make Profiler _mountSpan attribute protected (#3904)
|
| 25 | +- feat(tracing): Add pg-native support to Postgres integration. (#3894) |
| 26 | +- fix(core): Skip native frames while searching frame URLs. (#3897) |
15 | 27 | - fix(ember): allow ember-beta to fail (#3910)
|
| 28 | +- fix(nextjs): Differentiate between webpack 4 and 5 in server builds (#3878) |
16 | 29 | - fix(tracing): Prevent metrics erroring module load in web workers (#3941)
|
| 30 | +- fix(vue): Attach props only if VM is available (#3902) |
17 | 31 | - misc(browser): Log when event is dropped by Dedupe integration (#3943)
|
| 32 | +- ref(ember): Update addon to support Ember 4.0.0 (beta) (#3915) |
18 | 33 |
|
19 | 34 | ## 6.11.0
|
20 | 35 |
|
|
32 | 47 |
|
33 | 48 | ## 6.10.0
|
34 | 49 |
|
35 |
| -- feat(vue): Rework tracing and add support for `Vue 3` (#3804) |
36 | 50 | - feat(tracing): Upgrade to `web-vitals 2.1.0` (#3781)
|
| 51 | +- feat(vue): Rework tracing and add support for `Vue 3` (#3804) |
37 | 52 | - fix(ember): Make argument to `InitSentryForEmber` optional (#3802)
|
38 | 53 | - fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
|
39 | 54 | - fix(nextjs): Let `flush` finish in API routes (#3811)
|
40 | 55 | - fix(nextjs): Use `domains` to prevent scope bleed (#3788)
|
41 | 56 | - fix(react): Make `Route` typing more generic (#3809)
|
42 |
| -- ref(tracing): Update span op for outgoing HTTP requests (#3821) |
43 | 57 | - ref(tracing): Remove updated CLS from web-vitals (#3822)
|
| 58 | +- ref(tracing): Update span op for outgoing HTTP requests (#3821) |
44 | 59 |
|
45 | 60 | ## 6.9.0
|
46 | 61 |
|
|
0 commit comments