Skip to content

Commit bf26076

Browse files
authored
fix(RN): RN metrics configure snippet (#10891)
1 parent 5101c57 commit bf26076

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
```JavaScript
2+
Sentry.init({
3+
dsn: '___PUBLIC_DSN___',
4+
integrations: [
5+
Sentry.metrics.metricsAggregatorIntegration(),
6+
],
7+
});
8+
```

0 commit comments

Comments
 (0)