Skip to content

Commit

Permalink
Merge pull request #4202 from systeminit/config/reduce-honeycomb-events
Browse files Browse the repository at this point in the history
Config: reduce extraneous honeycomb events
  • Loading branch information
jobelenus authored Jul 23, 2024
2 parents e9b190b + e2d708f commit 3ba088e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const sdk = new HoneycombWebSDK({
},
"@opentelemetry/instrumentation-fetch": {
propagateTraceHeaderCorsUrls: backendHosts,
ignoreNetworkEvents: true,
},
}), // add automatic instrumentation
new DocumentLoadInstrumentation(),
Expand Down

0 comments on commit 3ba088e

Please sign in to comment.