Skip to content

Commit

Permalink
ref(remix-metric): Update tabs naming (#10400)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Jun 14, 2024
1 parent b356998 commit 3e90f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform-includes/metrics/configure/javascript.remix.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metrics work out of the box by calling `Sentry.init`, no further setup is required.

```JavaScript
```javascript {tabTitle:JavaScript (Client)}
// entry.client.tsx
Sentry.init({
dsn: '___PUBLIC_DSN___',
Expand All @@ -11,7 +11,7 @@ Sentry.init({
});
```

```JavaScript
```javascript {tabTitle:JavaScript (Server)}
// entry.server.tsx
Sentry.init({
dsn: '___PUBLIC_DSN___',
Expand Down

0 comments on commit 3e90f76

Please sign in to comment.