Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo: s/pulic/public #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sending-data/platforms/cloudflare/traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ BASELIME_API_KEY=$YOUR_BASELIME_API_KEY
In your `wrangler.toml` file set the `SERVICE_NAME` variable

!!!
Get your pulic BASELIME_API_KEY from the [Baselime console](https://console.baselime.io).
Get your public BASELIME_API_KEY from the [Baselime console](https://console.baselime.io).
!!!

```txt # :icon-code: wrangler.toml
Expand Down Expand Up @@ -123,4 +123,4 @@ const handler = {

## Special Thanks

This is powered by [otel-cf-workers](https://github.com/evanderkoogh/otel-cf-workers) developed by [Erwin van der Koogh](https://github.com/evanderkoogh). It's a fantastic vendor agnostic OpenTelemetry SDK for Cloudflare Workers and you should check it out.
This is powered by [otel-cf-workers](https://github.com/evanderkoogh/otel-cf-workers) developed by [Erwin van der Koogh](https://github.com/evanderkoogh). It's a fantastic vendor agnostic OpenTelemetry SDK for Cloudflare Workers and you should check it out.