Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 251 Bytes

File metadata and controls

11 lines (10 loc) · 251 Bytes

Metrics work out of the box by calling Sentry.init, no further setup is required.

Sentry.init({
  dsn: '___PUBLIC_DSN___',
  // Only needed for SDK versions < 8.0.0
  // _experiments: {
  //   metricsAggregator: true,
  // },
});