You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/cloudflare/index.mdx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,12 @@ You can use the `instrumentDurableObjectWithSentry` method to instrument [Cloudf
109
109
110
110
See the [Cloudflare Durable Objects](features/durableobject/) guide for more information.
111
111
112
+
### Cloudflare Workflows
113
+
114
+
You can use the `instrumentWorkflowWithSentry` method to instrument [Cloudflare Workflows](https://developers.cloudflare.com/workflows/). This will need to be done alongside the worker setup.
115
+
116
+
See the [Cloudflare Workflows](features/workflows/) guide for more information.
117
+
112
118
## Add Readable Stack Traces to Errors
113
119
114
120
Depending on how you've set up your project, the stack traces in your Sentry errors probably don't look like your actual code.
0 commit comments