We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dadbde + 432ce19 commit 80a0413Copy full SHA for 80a0413
README.md
@@ -14,6 +14,7 @@ Table of Contents
14
- [Adding logs and other data](#adding-logs-and-other-data)
15
- [Traces](#traces)
16
- [Dynamic Sampling](#dynamic-sampling)
17
+- [Cloudflare Pages Support](#cloudflare-pages-support)
18
19
### Prerequisites
20
@@ -246,3 +247,7 @@ function sampleRates(data: any): number {
246
247
248
The one caveat with sampling and distributed tracing is that if you sample in both/all systems independently of one another, that it
249
becomes likely that you will get partial traces.
250
+
251
+### Cloudflare Pages support
252
253
+For Cloudflare Pages support, check out the [Honeycomb Pages Plugin](https://github.com/cloudflare/pages-plugins/tree/main/packages/honeycomb).
0 commit comments