Skip to content

Commit 3e90f76

Browse files
ref(remix-metric): Update tabs naming (#10400)
1 parent b356998 commit 3e90f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/metrics/configure/javascript.remix.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metrics work out of the box by calling `Sentry.init`, no further setup is required.
22

3-
```JavaScript
3+
```javascript {tabTitle:JavaScript (Client)}
44
// entry.client.tsx
55
Sentry.init({
66
dsn: '___PUBLIC_DSN___',
@@ -11,7 +11,7 @@ Sentry.init({
1111
});
1212
```
1313

14-
```JavaScript
14+
```javascript {tabTitle:JavaScript (Server)}
1515
// entry.server.tsx
1616
Sentry.init({
1717
dsn: '___PUBLIC_DSN___',

0 commit comments

Comments
 (0)