Skip to content

Commit

Permalink
fix(RN): RN metrics configure snippet (#10891)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahest authored Jul 29, 2024
1 parent 5101c57 commit bf26076
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions platform-includes/metrics/configure/react-native.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```JavaScript
Sentry.init({
dsn: '___PUBLIC_DSN___',
integrations: [
Sentry.metrics.metricsAggregatorIntegration(),
],
});
```

0 comments on commit bf26076

Please sign in to comment.