Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 273 Bytes

File metadata and controls

11 lines (10 loc) · 273 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
  // integrations: [
  //   Sentry.metrics.metricsAggregatorIntegration(),
  // ],
});