Skip to content

Commit 80a0413

Browse files
authored
Merge pull request #35 from rozenmd/patch-1
Update README.md
2 parents 0dadbde + 432ce19 commit 80a0413

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Table of Contents
1414
- [Adding logs and other data](#adding-logs-and-other-data)
1515
- [Traces](#traces)
1616
- [Dynamic Sampling](#dynamic-sampling)
17+
- [Cloudflare Pages Support](#cloudflare-pages-support)
1718

1819
### Prerequisites
1920

@@ -246,3 +247,7 @@ function sampleRates(data: any): number {
246247

247248
The one caveat with sampling and distributed tracing is that if you sample in both/all systems independently of one another, that it
248249
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

Comments
 (0)