Skip to content

Commit

Permalink
Update packages/telemetry/browser-telemetry/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Molly <[email protected]>
  • Loading branch information
kinyoklion and mmrj authored Jan 31, 2025
1 parent 7d69c93 commit ba86f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemetry/browser-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { initTelemetry, register } from "@launchdarkly/browser-telemetry";
// Initialize the telemetry as early as possible in your application.
// Errors will be missed if they occur before the telemetry is initialized.
// For metrics only breadcrumbs and stack traces are not required.
// For metrics only, breadcrumbs and stack traces are not required.
initTelemetry({breadcrumbs: false, stack: false});
// Initialize the LaunchDarkly client.
Expand Down

0 comments on commit ba86f41

Please sign in to comment.