Skip to content

Commit

Permalink
feat: add traces only otel key
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Sep 18, 2023
1 parent d68aedb commit a2f98b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ NEXT_PUBLIC_OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io/v1/traces"
# make sure your token here is "write traces only" permission
# the token will be shared to all clients
# do not just use the one first provided by honeycomb
NEXT_PUBLIC_OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=<<token>>,x-honeycomb-dataset=next-app-client"
NEXT_PUBLIC_OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=4Wt5p0D02ILJyGwMmfk2sG,x-honeycomb-dataset=next-app-client"

# only the public browser vars are available
# these are public anyway and are used for the build
# never put backend secrets here - it is checked into git
1 change: 1 addition & 0 deletions apps/frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*

# local env files
.env*.local

# vercel
.vercel
next-env.d.ts

0 comments on commit a2f98b9

Please sign in to comment.