Skip to content

Commit 818d411

Browse files
committed
Fix backticks.
1 parent 2241b32 commit 818d411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ only be set later during the span lifecycle (and thus not be available during sa
11431143
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
11441144
used as below:
11451145

1146-
````typescript
1146+
```typescript
11471147
// entry.server.ts
11481148

11491149
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1247,7 +1247,7 @@ typescript:
12471247

12481248
```ts
12491249
const replay = getClient().getIntegrationByName<Replay>('Replay');
1250-
````
1250+
```
12511251

12521252
## Deprecate `Hub`
12531253

0 commit comments

Comments
 (0)