Skip to content

Commit dcffbfa

Browse files
committed
Reword changelog to indicate performance concerns
1 parent 7e8f9a5 commit dcffbfa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- feat(cloudflare): Add `instrumentPrototypeMethods` option to instrument RPC methods for DurableObjects ([#17424](https://github.com/getsentry/sentry-javascript/pull/17424))
1010

11-
By default, `Sentry.instrumentDurableObjectWithSentry` will not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, set `instrumentPrototypeMethods` to `true` or a list of methods you want to instrument:
11+
By default, `Sentry.instrumentDurableObjectWithSentry` will not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, set `instrumentPrototypeMethods` to `true` or, if performance is a concern, a list of only the methods you want to instrument:
1212

1313
```js
1414
class MyDurableObjectBase extends DurableObject<Env> {
@@ -35,8 +35,6 @@ export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
3535
);
3636
```
3737

38-
<<<<<<< HEAD
39-
4038
## 10.6.0
4139

4240
### Important Changes
@@ -74,11 +72,6 @@ The Sentry Nuxt SDK is now considered stable and no longer in beta!
7472

7573
</details>
7674

77-
=======
78-
79-
> > > > > > > e3ba48da5f (Formatting fix)
80-
> > > > > > > Work in this release was contributed by @Karibash. Thank you for your contribution!
81-
8275
## 10.5.0
8376

8477
- feat(core): better cause data extraction ([#17375](https://github.com/getsentry/sentry-javascript/pull/17375))

0 commit comments

Comments
 (0)