Skip to content

Commit d79d8e9

Browse files
Update docs/platforms/javascript/guides/cloudflare/features/durableobject.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 8b0f787 commit d79d8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/cloudflare/features/durableobject.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to add Sentry instrumentation for Cloudflare Durable Obj
55

66
_(Available in version [9.16.0](https://github.com/getsentry/sentry-javascript/releases/tag/9.16.0) and above)_
77

8-
You can use the `instrumentDurableObjectWithSentry` method to instrument [Cloudflare Durable Objects](https://developers.cloudflare.com/durable-objects/).
8+
You can use the `instrumentDurableObjectWithSentry` method to instrument [Cloudflare Durable Objects](https://developers.cloudflare.com/durable-objects/) so that you can see errors, traces, and performance data from your Cloudflare Durable Objects in Sentry.
99

1010
```javascript
1111
import * as Sentry from "@sentry/cloudflare";

0 commit comments

Comments
 (0)