|
10 | 10 |
|
11 | 11 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
12 | 12 |
|
| 13 | +## 8.55.1 |
| 14 | + |
| 15 | +- fix(v8/browser): Ensure that performance.measure spans have a positive duration ([#19959](https://github.com/getsentry/sentry-javascript/pull/19959)) |
| 16 | +- fix(v8/core): Filter `gmo` error and Facebook mobile error ([#15447](https://github.com/getsentry/sentry-javascript/pull/15447)) |
| 17 | + |
13 | 18 | ## 8.55.0 |
14 | 19 |
|
15 | 20 | ### Important Changes |
@@ -120,7 +125,6 @@ Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. T |
120 | 125 |
|
121 | 126 | This release adds a compatibility API to add support for Prisma version 6. |
122 | 127 | To capture performance data for Prisma version 6: |
123 | | - |
124 | 128 | 1. Install the `@prisma/instrumentation` package on version 6. |
125 | 129 | 1. Pass a `new PrismaInstrumentation()` instance as exported from `@prisma/instrumentation` to the `prismaInstrumentation` option: |
126 | 130 |
|
@@ -390,7 +394,6 @@ Work in this release was contributed by @lsmurray. Thank you for your contributi |
390 | 394 | - **feat(nuxt): Deprecate `tracingOptions` in favor of `vueIntegration` ([#14530](https://github.com/getsentry/sentry-javascript/pull/14530))** |
391 | 395 |
|
392 | 396 | Currently it is possible to configure tracing options in two places in the Sentry Nuxt SDK: |
393 | | - |
394 | 397 | - In `Sentry.init()` |
395 | 398 | - Inside `tracingOptions` in `Sentry.init()` |
396 | 399 |
|
@@ -471,7 +474,6 @@ The following deprecations will _potentially_ affect you: |
471 | 474 | - **feat(vue): Deprecate configuring Vue tracing options anywhere else other than through the `vueIntegration`'s `tracingOptions` option ([#14385](https://github.com/getsentry/sentry-javascript/pull/14385))** |
472 | 475 |
|
473 | 476 | Currently it is possible to configure tracing options in various places in the Sentry Vue SDK: |
474 | | - |
475 | 477 | - In `Sentry.init()` |
476 | 478 | - Inside `tracingOptions` in `Sentry.init()` |
477 | 479 | - In the `vueIntegration()` options |
@@ -1774,7 +1776,6 @@ Work in this release contributed by @dohooo, @mohd-akram, and @ykzts. Thank you |
1774 | 1776 | - **feat(metrics): Add `timings` method to metrics (#12226)** |
1775 | 1777 |
|
1776 | 1778 | This introduces a new method, `metrics.timing()`, which can be used in two ways: |
1777 | | -
|
1778 | 1779 | 1. With a numeric value, to simplify creating a distribution metric. This will default to `second` as unit: |
1779 | 1780 |
|
1780 | 1781 | ```js |
|
0 commit comments