Skip to content

Commit

Permalink
Fixup function names, hellp world should report all events.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangcodes committed Jul 11, 2024
1 parent a3e028f commit d764925
Show file tree
Hide file tree
Showing 3 changed files with 3,781 additions and 8,215 deletions.
3 changes: 3 additions & 0 deletions examples/hello-world-web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const main = () => {
}),
],
contextManager: new ZoneContextManager(),
webVitalsInstrumentationConfig: {
vitalsToTrack: ['CLS', 'FCP', 'FID', 'INP', 'LCP', 'TTFB'],
},
});
sdk.start();
const tracer = trace.getTracer('click-tracer');
Expand Down
Loading

0 comments on commit d764925

Please sign in to comment.