Skip to content

Commit 91f2df5

Browse files
committed
udpate changelog
1 parent 4613a83 commit 91f2df5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212

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+
1318
## 8.55.0
1419

1520
### Important Changes
@@ -120,7 +125,6 @@ Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. T
120125

121126
This release adds a compatibility API to add support for Prisma version 6.
122127
To capture performance data for Prisma version 6:
123-
124128
1. Install the `@prisma/instrumentation` package on version 6.
125129
1. Pass a `new PrismaInstrumentation()` instance as exported from `@prisma/instrumentation` to the `prismaInstrumentation` option:
126130

@@ -390,7 +394,6 @@ Work in this release was contributed by @lsmurray. Thank you for your contributi
390394
- **feat(nuxt): Deprecate `tracingOptions` in favor of `vueIntegration` ([#14530](https://github.com/getsentry/sentry-javascript/pull/14530))**
391395

392396
Currently it is possible to configure tracing options in two places in the Sentry Nuxt SDK:
393-
394397
- In `Sentry.init()`
395398
- Inside `tracingOptions` in `Sentry.init()`
396399

@@ -471,7 +474,6 @@ The following deprecations will _potentially_ affect you:
471474
- **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))**
472475

473476
Currently it is possible to configure tracing options in various places in the Sentry Vue SDK:
474-
475477
- In `Sentry.init()`
476478
- Inside `tracingOptions` in `Sentry.init()`
477479
- In the `vueIntegration()` options
@@ -1774,7 +1776,6 @@ Work in this release contributed by @dohooo, @mohd-akram, and @ykzts. Thank you
17741776
- **feat(metrics): Add `timings` method to metrics (#12226)**
17751777
17761778
This introduces a new method, `metrics.timing()`, which can be used in two ways:
1777-
17781779
1. With a numeric value, to simplify creating a distribution metric. This will default to `second` as unit:
17791780
17801781
```js

0 commit comments

Comments
 (0)